@font-face{
  font-family: gamepaused;
  src: url(/fonts/gamepaused.otf);
  }
@font-face {
  font-family: bytebounce;
  src: url(/fonts/bytebounce.ttf);
  }

@keyframes wave {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

body{
  background-image: url(/img/aboutbg2.png);
  image-rendering: pixelated;
  background-size: 80%;
  background-repeat: repeat;
  font-family: bytebounce;
  }

.alien img{
  position: absolute;
  image-rendering: pixelated;
  width: 360px;
  margin-left: -60px;
  margin-top: 45px;
  }
  
.title p{
  position: absolute;
  margin-left: 300px;
  margin-top: 30px;
  font-family: bytebounce;
  font-size: 120px;
  color: white;
  text-shadow: 3px 3px #AA32CD, 6px 6px #5C32CD, 9px 9px navy;
  }

.title p span {
  display: inline-block;
  animation: wave 2s ease-in-out infinite;
}

/* title animation */
.title p span:nth-child(1) {
    animation-delay: 0s;
}
.title p span:nth-child(2) {
    animation-delay: 0.2s;
}
.title p span:nth-child(3) {
    animation-delay: 0.4s;
}
.title p span:nth-child(4) {
    animation-delay: 0.6s;
}
.title p span:nth-child(5) {
    animation-delay: 0.8s;
}
.title p span:nth-child(6) {
    animation-delay: 1.0s;
}
.title p span:nth-child(7) {
    animation-delay: 1.2s;
}
.title p span:nth-child(8) {
    animation-delay: 1.4s;
}
.title p span:nth-child(9) {
    animation-delay: 1.6s;
}
.title p span:nth-child(10) {
    animation-delay: 1.8s;
}
.title p span:nth-child(11) {
    animation-delay: 2.0s;
}
.title p span:nth-child(12) {
    animation-delay: 2.2s;
}
.title p span:nth-child(13) {
    animation-delay: 2.4s;
}
.title p span:nth-child(14) {
    animation-delay: 2.6s;
}
.title p span:nth-child(15) {
    animation-delay: 2.8s;
}
/* end */

.home a{
  position: absolute;
  font-family: bytebounce;
  font-size: 30px;
  font-style: italic;
  text-decoration: none;
  color: white;
  padding: 10px;
  }
  
.about{
  position: absolute;
  width: 35%;
  height: fit-content;
  background-color: white;
  border-image-slice: 50 50 50 50;
  border-image-width: 15px 15px 15px 15px;
  border-image-outset: 6px 6px 6px 6px;
  border-image-repeat: stretch stretch;
  border-image-source: url("/img/pixelborder.png");
  border-style: solid;
  border-radius: 7px;
  padding: 0 10px;
  margin-left: 330px;
  margin-top: 180px;
  }
  
.about h1{
  line-height: 2px;
  font-size: 40px;
  font-style: italic;
  }
  
.about p{
  font-size: 20px;
  line-height: 20px;
  }
  
.stamps{
  position: absolute;
  margin-top: 450px;
  margin-left: 350px;
  }
  
table img{
  width: 135px;
  }
  
.girl{
margin-top: 300px;
display: none;
  }
  
.guest{
  position: absolute;
  margin-top: 180px;
  margin-left: 830px;
  }
  
.guest iframe{
  width: 400px;
  height: 350px;
  }