body {
  background-color: rgb(25, 25, 23);
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -8px;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 3rem;
  text-align: center;
  color: rgb(250, 250, 250);
  margin-top: 30px;
  margin-bottom: 10px;
  filter: blur(1.2px);
}
h2 {
  text-align: center;
}
a {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -2px;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
  color: rgb(250, 250, 250);
  margin-top: 30px;
  margin-bottom: 0px;
  filter: blur(0.8px);
  text-decoration: none;
}
a:hover {
  color: blue;
}

.container {
  margin: auto;
  margin: -10px;
  height: 220px;
  background-color: rgb(25, 25, 23);
}

#head {
  position: relative;
  margin: auto;
  top: 40px;
  left: 0px;
  height: 25px;
  width: 25px;
  background-color: rgb(250, 250, 250);
  border: 2px solid rgb(250, 250, 250);
  border-radius: 20px;
  animation: head 0.7s linear infinite;
  filter: blur(1.5px);
}
#torso {
  position: relative;
  margin: auto;
  top: 40px;
  left: 0px;
  height: 40px;
  width: 19px;
  background-color: rgb(250, 250, 250);
  border: 2px solid rgb(250, 250, 250);
  border-radius: 0px;
  animation: torso 0.7s linear infinite;
  filter: blur(1.5px);
}

#rightupperarm {
  position: relative;
  margin: auto;
  top: 0px;
  left: 16px;
  transform: rotate(-45deg);
  height: 20px;
  width: 8px;
  background-color: rgb(250, 250, 250);
  border: 2px solid rgb(250, 250, 250);
  border-radius: 20px;
  animation: rightupper 0.7s linear infinite;
  filter: blur(1.5px);
}
#leftupperarm {
  position: relative;
  margin: auto;
  top: -25px;
  transform: rotate(45deg);
  right: 15px;
  height: 20px;
  width: 8px;
  background-color: rgb(250, 250, 250);
  border: 2px solid rgb(250, 250, 250);
  border-radius: 20px;
  animation: leftupper 0.7s linear infinite;
  filter: blur(1.5px);
}
#leftbottomarm {
  position: relative;
  margin: auto;
  top: -35px;
  left: -20px;
  height: 20px;
  width: 8px;
  background-color: rgb(250, 250, 250);
  border: 2px solid rgb(250, 250, 250);
  border-radius: 20px;
  animation: leftbottom 0.7s linear infinite;
  filter: blur(1.5px);
}
#rightbottomarm {
  position: relative;
  margin: auto;
  top: -60px;
  right: -20px;
  height: 20px;
  width: 8px;
  background-color: rgb(250, 250, 250);
  border: 2px solid rgb(250, 250, 250);
  border-radius: 40px;
  animation: rightbottom 0.7s linear infinite;
  filter: blur(1.5px);
}
#rightupperleg {
  position: relative;
  margin: auto;
  top: -60px;
  right: -7px;
  height: 20px;
  width: 8px;
  background-color: rgb(250, 250, 250);
  border: 2px solid rgb(250, 250, 250);
  border-radius: 40px;
  transform: rotate(-7deg) scale(1.3);
  animation: rightupperleg 0.7s linear infinite;
  filter: blur(1.5px);
}
#leftupperleg {
  position: relative;
  margin: auto;
  top: -88px;
  right: 7px;
  height: 20px;
  width: 8px;
  background-color: rgb(250, 250, 250);
  border: 2px solid rgb(250, 250, 250);
  border-radius: 40px;
  transform: rotate(7deg) scale(0.8);
  animation: leftupperleg 0.7s linear infinite;
  filter: blur(1.5px);
}
#leftbottomleg {
  position: relative;
  margin: auto;
  top: -130px;
  right: 8px;
  height: 25px;
  width: 8px;
  background-color: rgb(250, 250, 250);
  border: 2px solid rgb(250, 250, 250);
  border-radius: 40px;
  transform: scale(0.5) rotate(-20deg);
  animation: leftbottomleg 0.7s linear infinite;
  filter: blur(1.5px);
}
#rightbottomleg {
  position: relative;
  margin: auto;
  top: -92px;
  right: -8px;
  height: 25px;
  width: 8px;
  background-color: rgb(250, 250, 250);
  border: 2px solid rgb(250, 250, 250);
  border-radius: 40px;
  transform: scale(1.2);
  animation: rightbottomleg 0.7s linear infinite;
  filter: blur(1.5px);
}

@keyframes head {
  0% {
    top: 47px;
    transform: scale(1);
    filter: blur(1.5px);
  }
  50% {
    top: 52px;
    transform: scale(0.9);
    filter: blur(2.5px);
  }
  100% {
    top: 47px;
    transform: scale(1);
    filter: blur(1.5px);
  }
}

@keyframes rightupper {
  0% {
    top: 0px;
    transform: rotate(-45deg) scale(1);
    filter: blur(1.5px);
  }
  25% {
    top: 0px;
    transform: rotate(-30deg) scale(0.7);
    filter: blur(2.5px);
  }
  50% {
    top: 0px;
    transform: rotate(-45deg) scale(1);
    filter: blur(1.5px);
  }
  75% {
    top: 0px;
    transform: rotate(-30deg) scale(1.2);
    filter: blur(1.5px);
  }
  100% {
    top: 0px;
    transform: rotate(-45deg) scale(1);
    filter: blur(1.5px);
  }
}
@keyframes leftupper {
  0% {
    top: -25px;
    transform: rotate(45deg) scale(1);
    filter: blur(1.5px);
  }
  25% {
    top: -25px;
    transform: rotate(60deg) scale(1.2);
    filter: blur(1.5px);
  }
  50% {
    top: -25px;
    transform: rotate(45deg) scale(1);
    filter: blur(1.5px);
  }
  75% {
    top: -25px;
    transform: rotate(60deg) scale(0.7);
    filter: blur(2.5px);
  }
  100% {
    top: -25px;
    transform: rotate(45deg) scale(1);
    filter: blur(1.5px);
  }
}

@keyframes rightbottom {
  0% {
    top: -60px;
    transform: rotate(0deg);
    filter: blur(1.5px);
  }
  25% {
    top: -63px;
    transform: rotate(-20deg) scale(0.7);
    filter: blur(2.5px);
  }
  50% {
    top: -60px;
    transform: rotate(0deg);
    filter: blur(1.5px);
  }
  75% {
    top: -60px;
    transform: rotate(20deg) scale(1.2);
    filter: blur(1.5px);
  }
  100% {
    top: -60px;
    transform: rotate(0deg);
    filter: blur(1.5px);
  }
}
@keyframes leftbottom {
  0% {
    top: -35px;
    transform: rotate(0deg);
    filter: blur(1.5px);
  }
  25% {
    top: -35px;
    transform: rotate(-20deg) scale(1.2);
    filter: blur(1.5px);
  }
  50% {
    top: -35px;
    transform: rotate(0deg);
    filter: blur(1.5px);
  }
  75% {
    top: -38px;
    transform: rotate(10deg) scale(0.7);
    filter: blur(2.5px);
  }
  100% {
    top: -35px;
    transform: rotate(0deg);
    filter: blur(1.5px);
  }
}

@keyframes torso {
  0% {
    transform: scale(1);
    filter: blur(1.5px);
  }

  50% {
    transform: scale(0.9);
    filter: blur(1.5px);
  }
}

@keyframes leftupperleg {
  0% {
    top: -88px;
    transform: rotate(7deg) scale(0.8);
    filter: blur(2.5px);
  }

  50% {
    top: -84px;
    transform: rotate(7deg) scale(1.3);
    filter: blur(1.5px);
  }
}

@keyframes rightupperleg {
  0% {
    top: -60px;
    transform: rotate(-7deg) scale(1.3);
    filter: blur(1.5px);
  }

  50% {
    top: -64px;
    transform: rotate(-7deg) scale(1);
    filter: blur(1.5px);
  }
}

@keyframes leftbottomleg {
  0% {
    transform: scale(0.5) rotate(-20deg);
    top: -130px;
    filter: blur(2.5px);
  }

  50% {
    transform: scale(1.4) rotate(0deg);
    top: -116px;
    filter: blur(1.5px);
  }
}
@keyframes rightbottomleg {
  0% {
    transform: scale(1.4) rotate(0deg);
    top: -92px;
    filter: blur(1.5px);
  }

  50% {
    transform: scale(0.5) rotate(20deg);
    top: -107px;
    filter: blur(2.5px);
  }
}
