body {
  
}

.night {
  position: relative;
  width: 100%;
  height: 100%;
  transform: rotateZ(45deg);
}

.shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, #ffffff, rgba(0, 0, 255, 0));
  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), #ffffff, 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), #ffffff, 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% - 29px);
  left: calc(50% - 283px);
  -webkit-animation-delay: 4848ms;
          animation-delay: 4848ms;
}
.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 4848ms;
          animation-delay: 4848ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% - -96px);
  left: calc(50% - 10px);
  -webkit-animation-delay: 1692ms;
          animation-delay: 1692ms;
}
.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 1692ms;
          animation-delay: 1692ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - -35px);
  left: calc(50% - 13px);
  -webkit-animation-delay: 8421ms;
          animation-delay: 8421ms;
}
.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 8421ms;
          animation-delay: 8421ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% - -25px);
  left: calc(50% - 154px);
  -webkit-animation-delay: 7295ms;
          animation-delay: 7295ms;
}
.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 7295ms;
          animation-delay: 7295ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% - -91px);
  left: calc(50% - 33px);
  -webkit-animation-delay: 8121ms;
          animation-delay: 8121ms;
}
.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 8121ms;
          animation-delay: 8121ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% - -13px);
  left: calc(50% - 73px);
  -webkit-animation-delay: 8301ms;
          animation-delay: 8301ms;
}
.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 8301ms;
          animation-delay: 8301ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% - 26px);
  left: calc(50% - 180px);
  -webkit-animation-delay: 59ms;
          animation-delay: 59ms;
}
.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 59ms;
          animation-delay: 59ms;
}
.shooting_star:nth-child(8) {
  top: calc(50% - -82px);
  left: calc(50% - 29px);
  -webkit-animation-delay: 8262ms;
          animation-delay: 8262ms;
}
.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after {
  -webkit-animation-delay: 8262ms;
          animation-delay: 8262ms;
}
.shooting_star:nth-child(9) {
  top: calc(50% - 162px);
  left: calc(50% - 225px);
  -webkit-animation-delay: 6961ms;
          animation-delay: 6961ms;
}
.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after {
  -webkit-animation-delay: 6961ms;
          animation-delay: 6961ms;
}
.shooting_star:nth-child(10) {
  top: calc(50% - -98px);
  left: calc(50% - 190px);
  -webkit-animation-delay: 5812ms;
          animation-delay: 5812ms;
}
.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after {
  -webkit-animation-delay: 5812ms;
          animation-delay: 5812ms;
}
.shooting_star:nth-child(11) {
  top: calc(50% - -97px);
  left: calc(50% - 236px);
  -webkit-animation-delay: 5993ms;
          animation-delay: 5993ms;
}
.shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after {
  -webkit-animation-delay: 5993ms;
          animation-delay: 5993ms;
}
.shooting_star:nth-child(12) {
  top: calc(50% - -159px);
  left: calc(50% - 294px);
  -webkit-animation-delay: 8538ms;
          animation-delay: 8538ms;
}
.shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after {
  -webkit-animation-delay: 8538ms;
          animation-delay: 8538ms;
}
.shooting_star:nth-child(13) {
  top: calc(50% - 83px);
  left: calc(50% - 9px);
  -webkit-animation-delay: 3266ms;
          animation-delay: 3266ms;
}
.shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after {
  -webkit-animation-delay: 3266ms;
          animation-delay: 3266ms;
}
.shooting_star:nth-child(14) {
  top: calc(50% - -25px);
  left: calc(50% - 240px);
  -webkit-animation-delay: 4994ms;
          animation-delay: 4994ms;
}
.shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after {
  -webkit-animation-delay: 4994ms;
          animation-delay: 4994ms;
}
.shooting_star:nth-child(15) {
  top: calc(50% - 63px);
  left: calc(50% - 170px);
  -webkit-animation-delay: 4212ms;
          animation-delay: 4212ms;
}
.shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after {
  -webkit-animation-delay: 4212ms;
          animation-delay: 4212ms;
}
.shooting_star:nth-child(16) {
  top: calc(50% - 145px);
  left: calc(50% - 83px);
  -webkit-animation-delay: 1037ms;
          animation-delay: 1037ms;
}
.shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after {
  -webkit-animation-delay: 1037ms;
          animation-delay: 1037ms;
}
.shooting_star:nth-child(17) {
  top: calc(50% - 40px);
  left: calc(50% - 221px);
  -webkit-animation-delay: 3985ms;
          animation-delay: 3985ms;
}
.shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after {
  -webkit-animation-delay: 3985ms;
          animation-delay: 3985ms;
}
.shooting_star:nth-child(18) {
  top: calc(50% - 165px);
  left: calc(50% - 42px);
  -webkit-animation-delay: 431ms;
          animation-delay: 431ms;
}
.shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after {
  -webkit-animation-delay: 431ms;
          animation-delay: 431ms;
}
.shooting_star:nth-child(19) {
  top: calc(50% - 161px);
  left: calc(50% - 98px);
  -webkit-animation-delay: 2772ms;
          animation-delay: 2772ms;
}
.shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after {
  -webkit-animation-delay: 2772ms;
          animation-delay: 2772ms;
}
.shooting_star:nth-child(20) {
  top: calc(50% - 102px);
  left: calc(50% - 117px);
  -webkit-animation-delay: 511ms;
          animation-delay: 511ms;
}
.shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after {
  -webkit-animation-delay: 511ms;
          animation-delay: 511ms;
}

@-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);
  }
}