body {
  background-color: #111;
  overflow: hidden;
}

h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  font-family: "Luckiest Guy", cursive;
  font-size: 9vmax;
  line-height: 1.1;
  text-align: center;
  width: 70%;
  word-wrap: break-word;
}

.text1 {
  color: white;
  animation-name: text;
  animation-duration: 2.2s;
  /* animation-timing-function: cubic-bezier(.77,.23,.77,.22); */
  animation-delay: 4.2s;
  animation-timing-function: cubic-bezier(0.47, 0.49, 0.48, 0.49);
  animation-fill-mode: forwards;
  opacity: 0;

  letter-spacing: 5px;
  font-weight: bold;
  background-image: linear-gradient(
    to right,
    #c48b36 0,
    #cb9b51 12%,
    #f6e27a 40%,
    #f6f2c0 50%,
    #f6e27a 60%,
    #cb9b51 88%,
    #c48b36 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  /* text-shadow: 0 0 10px rgba(255, 255, 255, 1),
    0 0 15px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.8),
    0 0 25px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.6),
    0 0 35px rgba(255, 255, 255, 0.5), 0 0 40px rgba(255, 255, 255, 0.4); */
}
.text2 {
  color: white;
  animation-name: text;
  animation-delay: 4.7s;
  animation-duration: 2.2s;
  /* animation-timing-function: cubic-bezier(.77,.23,.77,.22); */
  animation-timing-function: cubic-bezier(0.47, 0.49, 0.48, 0.49);
  animation-fill-mode: forwards;
  opacity: 0;
  letter-spacing: 5px;
  font-weight: bold;
  background-image: linear-gradient(
    to right,
    #c48b36 0,
    #cb9b51 12%,
    #f6e27a 40%,
    #f6f2c0 50%,
    #f6e27a 60%,
    #cb9b51 88%,
    #c48b36 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  /* text-shadow: 0 0 10px rgba(255, 255, 255, 1),
    0 0 15px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.8),
    0 0 25px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.6),
    0 0 35px rgba(255, 255, 255, 0.5), 0 0 40px rgba(255, 255, 255, 0.4);
  transition-delay: 2s; */
}
.text3 {
  color: white;
  animation-name: text;
  animation-delay: 5.2s;
  animation-duration: 2.2s;
  /* animation-timing-function: cubic-bezier(.77,.23,.77,.22); */
  animation-timing-function: cubic-bezier(0.47, 0.49, 0.48, 0.49);
  animation-fill-mode: forwards;
  opacity: 0;
  letter-spacing: 5px;
  font-weight: bold;
  background-image: linear-gradient(
    to right,
    #c48b36 0,
    #cb9b51 12%,
    #f6e27a 40%,
    #f6f2c0 50%,
    #f6e27a 60%,
    #cb9b51 88%,
    #c48b36 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  /* text-shadow: 0 0 10px rgba(255, 255, 255, 1),
    0 0 15px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.8),
    0 0 25px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.6),
    0 0 35px rgba(255, 255, 255, 0.5), 0 0 40px rgba(255, 255, 255, 0.4);
  transition-delay: 2s; */
}

.text4 {
  color: white;
  animation-name: text;
  animation-delay: 6s;
  animation-duration: 3.2s;
  /* animation-timing-function: cubic-bezier(.77,.23,.77,.22); */
  animation-timing-function: cubic-bezier(0.47, 0.49, 0.48, 0.49);
  animation-fill-mode: forwards;
  opacity: 0;
  letter-spacing: 5px;
  font-weight: bold;
  background-image: linear-gradient(
    to right,
    /* #c48b36 0, */ #cb9b51 0%,
    #f6e27a 12%,
    #f6f2c0 50%,
    #f6e27a 88%,
    #cb9b51 100% /* #c48b36 100% */
  );
  color: transparent;
  -webkit-background-clip: text;
  text-decoration: underline;
  /* text-shadow: 0 0 10px rgba(255, 255, 255, 1),
    0 0 15px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.8),
    0 0 25px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.6),
    0 0 35px rgba(255, 255, 255, 0.5), 0 0 40px rgba(255, 255, 255, 0.4);
  transition-delay: 2s; */
}

.rocket {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: white;
  transition: transform 2s;
  transition-timing-function: cubic-bezier(0, 0.03, 0.53, 0.99);
  animation-name: balls;
  animation-duration: 2.2s;
  /* animation-timing-function: cubic-bezier(.77,.23,.77,.22); */
  animation-timing-function: cubic-bezier(0.47, 0.49, 0.48, 0.49);
  opacity: 0;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1),
    0 0 15px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.8),
    0 0 25px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.6),
    0 0 35px rgba(255, 255, 255, 0.5), 0 0 40px rgba(255, 255, 255, 0.4);
  /* transition-delay: 2s; */
}

.rockettrail {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: white;
  transition: transform 2s;
  transition-timing-function: cubic-bezier(0, 0.03, 0.53, 0.99);
  animation-name: balls;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.47, 0.49, 0.48, 0.49);
  opacity: 0;
  /* transition-delay: 2s; */
}

.circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: red;
  transition: transform 2s;
  transition-timing-function: cubic-bezier(0, 0.03, 0.53, 0.99);
  animation-name: balls;
  animation-delay: 2s;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0, 0.03, 0.53, 0.99);
  opacity: 0;
  text-shadow: 0 0 10px rgba(255, 0, 0, 1), 0 0 15px rgba(255, 0, 0, 0.9),
    0 0 20px rgba(255, 0, 0, 0.8), 0 0 25px rgba(255, 0, 0, 0.7),
    0 0 30px rgba(255, 0, 0, 0.6), 0 0 35px rgba(255, 0, 0, 0.5),
    0 0 40px rgba(255, 0, 0, 0.4);
  /* transition-delay: 2s; */
}

.trail {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: red;
  transition: transform 2s;
  transition-timing-function: cubic-bezier(0, 0.03, 0.53, 0.99);
  animation-name: balls;
  animation-delay: 2s;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0, 0.03, 0.53, 0.99);
  opacity: 0;
  /* transition-delay: 2s; */
}

/* .circle:hover {
    transform: translate(100px, 0px);
} */

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

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

@keyframes snowing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}
