body{
background-color: #F1EEE3;
animation: fadeInAnimation ease 7s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}


@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

.header{
  font-size: 10px;
  letter-spacing: 0.1em;
  font-family: "Akzidenz Grotesk", Sans-serif;

}



.container1 {
  position: relative;
  width: 100%;
  max-width: 730px;
  left:24%;

}

.backdrop {
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: white;
}

.container1:hover .overlay {
  opacity: 1;
}

.body1 {
  font-size:12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.08em;
  font-family: "Akzidenz Grotesk", Sans-serif;
}

.fa-user:hover {
  color: #eee;
}



.container2 {
  position: relative;
  width: 100%;
  max-width: 730px;
  left:24%;

}

.backdrop {
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: white;
}

.container2:hover .overlay {
  opacity: 1;
}

.body1 {
  font-size:12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.08em;
  font-family: "Akzidenz Grotesk", Sans-serif;
}

.fa-user:hover {
  color: #eee;
}


.container3 {
  position: relative;
  width: 100%;
  max-width: 730px;
  left:24%;

}

.backdrop {
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: white;
}

.container3:hover .overlay {
  opacity: 1;
}

.body1 {
  font-size:12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.08em;
  font-family: "Akzidenz Grotesk", Sans-serif;
}

.fa-user:hover {
  color: #eee;
}


.container4 {
  position: relative;
  width: 100%;
  max-width: 730px;
  left:24%;

}

.backdrop {
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: white;
}

.container4:hover .overlay {
  opacity: 1;
}

.body1 {
  font-size:12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.08em;
  font-family: "Akzidenz Grotesk", Sans-serif;
}

.fa-user:hover {
  color: #eee;
}
