#container {
  display: block;
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-style: normal;
  height: 100vh;
  background: url('../imgs/marylin.png') no-repeat;
  background-position: center center;
  background-size: cover;
}

#logo {
  display: block;
  position: absolute;
  top: 50px;
  left: 50px;
  width: 250px;
}

#contact-footer {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 50px;
  text-align: center;
}

#social-media a {
  display: inline-block;
  margin: 0 10px;
}

#contact {
  margin-top: 15px;
  color: #fff;
}