body {
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  height: 100vh;
  overflow: hidden;
  display: flex;
  font-family: "Anton", sans-serif;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.night {
  position: fixed;
  width: 100vw;
  height: 100vw;
  transform: rotateZ(45deg);
  z-index: -1;
}

.shooting_star {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 2px;
  background: #E6BE22;
  border-radius: 999px;
  filter: drop-shadow(0 0 6px #699bff);
  -webkit-animation: tail 3000ms ease-in-out infinite,
    shooting 3000ms ease-in-out infinite;
  animation: tail 3000ms ease-in-out infinite,
    shooting 3000ms ease-in-out infinite;
}
.shooting_star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 255, 0),
    #5f91ff,
    rgba(0, 0, 255, 0)
  );
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
}
.shooting_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 255, 0),
    #5f91ff,
    rgba(0, 0, 255, 0)
  );
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
  top: calc(50% - 203px);
  left: calc(50% - 624px);
  -webkit-animation-delay: 2880ms;
  animation-delay: 2880ms;
}
.shooting_star:nth-child(1)::before,
.shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 2880ms;
  animation-delay: 2880ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% - 525px);
  left: calc(50% - 354px);
  -webkit-animation-delay: 1803ms;
  animation-delay: 1803ms;
}
.shooting_star:nth-child(2)::before,
.shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 1803ms;
  animation-delay: 1803ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - 190px);
  left: calc(50% - 530px);
  -webkit-animation-delay: 366ms;
  animation-delay: 366ms;
}
.shooting_star:nth-child(3)::before,
.shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 366ms;
  animation-delay: 366ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% - 443px);
  left: calc(50% - 531px);
  -webkit-animation-delay: 9343ms;
  animation-delay: 9343ms;
}
.shooting_star:nth-child(4)::before,
.shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 9343ms;
  animation-delay: 9343ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% - 200px);
  left: calc(50% - 262px);
  -webkit-animation-delay: 8313ms;
  animation-delay: 8313ms;
}
.shooting_star:nth-child(5)::before,
.shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 8313ms;
  animation-delay: 8313ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% - -118px);
  left: calc(50% - 12px);
  -webkit-animation-delay: 7135ms;
  animation-delay: 7135ms;
}
.shooting_star:nth-child(6)::before,
.shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 7135ms;
  animation-delay: 7135ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% - -117px);
  left: calc(50% - 560px);
  -webkit-animation-delay: 1382ms;
  animation-delay: 1382ms;
}
.shooting_star:nth-child(7)::before,
.shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 1382ms;
  animation-delay: 1382ms;
}
.shooting_star:nth-child(8) {
  top: calc(50% - -132px);
  left: calc(50% - 392px);
  -webkit-animation-delay: 9819ms;
  animation-delay: 9819ms;
}
.shooting_star:nth-child(8)::before,
.shooting_star:nth-child(8)::after {
  -webkit-animation-delay: 9819ms;
  animation-delay: 9819ms;
}
.shooting_star:nth-child(9) {
  top: calc(50% - 23px);
  left: calc(50% - 182px);
  -webkit-animation-delay: 6193ms;
  animation-delay: 6193ms;
}
.shooting_star:nth-child(9)::before,
.shooting_star:nth-child(9)::after {
  -webkit-animation-delay: 6193ms;
  animation-delay: 6193ms;
}
.shooting_star:nth-child(10) {
  top: calc(50% - -27px);
  left: calc(50% - 141px);
  -webkit-animation-delay: 4147ms;
  animation-delay: 4147ms;
}
.shooting_star:nth-child(10)::before,
.shooting_star:nth-child(10)::after {
  -webkit-animation-delay: 4147ms;
  animation-delay: 4147ms;
}
.shooting_star:nth-child(11) {
  top: calc(50% - 273px);
  left: calc(50% - 632px);
  -webkit-animation-delay: 8733ms;
  animation-delay: 8733ms;
}
.shooting_star:nth-child(11)::before,
.shooting_star:nth-child(11)::after {
  -webkit-animation-delay: 8733ms;
  animation-delay: 8733ms;
}
.shooting_star:nth-child(12) {
  top: calc(50% - 305px);
  left: calc(50% - 644px);
  -webkit-animation-delay: 5365ms;
  animation-delay: 5365ms;
}
.shooting_star:nth-child(12)::before,
.shooting_star:nth-child(12)::after {
  -webkit-animation-delay: 5365ms;
  animation-delay: 5365ms;
}
.shooting_star:nth-child(13) {
  top: calc(50% - -166px);
  left: calc(50% - 373px);
  -webkit-animation-delay: 3979ms;
  animation-delay: 3979ms;
}
.shooting_star:nth-child(13)::before,
.shooting_star:nth-child(13)::after {
  -webkit-animation-delay: 3979ms;
  animation-delay: 3979ms;
}
.shooting_star:nth-child(14) {
  top: calc(50% - 166px);
  left: calc(50% - 563px);
  -webkit-animation-delay: 994ms;
  animation-delay: 994ms;
}
.shooting_star:nth-child(14)::before,
.shooting_star:nth-child(14)::after {
  -webkit-animation-delay: 994ms;
  animation-delay: 994ms;
}
.shooting_star:nth-child(15) {
  top: calc(50% - 303px);
  left: calc(50% - 385px);
  -webkit-animation-delay: 5096ms;
  animation-delay: 5096ms;
}
.shooting_star:nth-child(15)::before,
.shooting_star:nth-child(15)::after {
  -webkit-animation-delay: 5096ms;
  animation-delay: 5096ms;
}
.shooting_star:nth-child(16) {
  top: calc(50% - 111px);
  left: calc(50% - 53px);
  -webkit-animation-delay: 6303ms;
  animation-delay: 6303ms;
}
.shooting_star:nth-child(16)::before,
.shooting_star:nth-child(16)::after {
  -webkit-animation-delay: 6303ms;
  animation-delay: 6303ms;
}
.shooting_star:nth-child(17) {
  top: calc(50% - -52px);
  left: calc(50% - 290px);
  -webkit-animation-delay: 3623ms;
  animation-delay: 3623ms;
}
.shooting_star:nth-child(17)::before,
.shooting_star:nth-child(17)::after {
  -webkit-animation-delay: 3623ms;
  animation-delay: 3623ms;
}
.shooting_star:nth-child(18) {
  top: calc(50% - 575px);
  left: calc(50% - 115px);
  -webkit-animation-delay: 2209ms;
  animation-delay: 2209ms;
}
.shooting_star:nth-child(18)::before,
.shooting_star:nth-child(18)::after {
  -webkit-animation-delay: 2209ms;
  animation-delay: 2209ms;
}
.shooting_star:nth-child(19) {
  top: calc(50% - 172px);
  left: calc(50% - 23px);
  -webkit-animation-delay: 296ms;
  animation-delay: 296ms;
}
.shooting_star:nth-child(19)::before,
.shooting_star:nth-child(19)::after {
  -webkit-animation-delay: 296ms;
  animation-delay: 296ms;
}
.shooting_star:nth-child(20) {
  top: calc(50% - -7px);
  left: calc(50% - 94px);
  -webkit-animation-delay: 6928ms;
  animation-delay: 6928ms;
}
.shooting_star:nth-child(20)::before,
.shooting_star:nth-child(20)::after {
  -webkit-animation-delay: 6928ms;
  animation-delay: 6928ms;
}

@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@-webkit-keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
