html, body{
  height: 90%;
  margin: auto;
  padding: auto;
  font-family: Poppins;
}

* {
	max-width: 100%;
	max-height: 100%;
}



h1 {
  font-size: 4rem;
  color: #4d4d4d;
  margin-left: 4%;
}

h2{
	font-size: 3vh;
	color: #3d3d3d;

}



.center-text {
  width: 95vw;
	position: relative;
	display: inline-block;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@font-face {
    font-family: Poppins;
    src:url("Poppins-Regular.ttf");
}

#under-construction {
  display: inline;
  margin-bottom: 2rem;
  text-align: right;
  border-bottom: 5px solid grey;
}
#under-construction img {
  display: inherit;
  height: 7rem;
  transform: translateY(25%);
}

#under-construction img:hover, #under-construction img:active {
  animation: slide-in 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

@keyframes slide-in {
  0% {
    transform: translateY(25%);
  }
  15% {
    transform: translateY(30%);
  }

  50% {
    transform: translateY(0%);
  }
  60% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(25%);
  }
}


.peek-a-boo {
  width: 80%;
  position: absolute;
  left: 50%;
  bottom: -50%;
  top: unset;
  transform: translate(-50%);
  z-index: -1;
  overflow-y: hidden;
  margin: 0;
}
.peek-a-boo a img {
  width: inherit;
  margin: 0;
}
.peek-a-boo a {
  width: inherit;
  margin: 0;
}
.peek-a-boo h2 {
  margin: 0;
  margin-top: 5rem;
}

h1 {
  font-size: 5rem;
  font-weight: 500;
}
h2 {
  font-size: 5rem;
  font-weight: 900;
}