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;
}

.night {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, #5f91ff, rgba(0, 0, 255, 0));
  border-radius: 999px;
  -webkit-filter: drop-shadow(0 0 6px #699bff);
          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, .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));
  -webkit-transform: translateX(50%) rotateZ(45deg);
          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 {
  -webkit-transform: translateX(50%) rotateZ(-45deg);
          transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
  top: calc(50% - -126px);
  left: calc(50% - 25px);
  -webkit-animation-delay: 2509ms;
          animation-delay: 2509ms;
}
.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after, .shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 2509ms;
          animation-delay: 2509ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% - 130px);
  left: calc(50% - 280px);
  -webkit-animation-delay: 3961ms;
          animation-delay: 3961ms;
}
.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after, .shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 3961ms;
          animation-delay: 3961ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - 91px);
  left: calc(50% - 225px);
  -webkit-animation-delay: 132ms;
          animation-delay: 132ms;
}
.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after, .shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 132ms;
          animation-delay: 132ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% - -165px);
  left: calc(50% - 11px);
  -webkit-animation-delay: 3189ms;
          animation-delay: 3189ms;
}
.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after, .shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 3189ms;
          animation-delay: 3189ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% - -127px);
  left: calc(50% - 168px);
  -webkit-animation-delay: 413ms;
          animation-delay: 413ms;
}
.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after, .shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 413ms;
          animation-delay: 413ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% - 85px);
  left: calc(50% - 251px);
  -webkit-animation-delay: 3450ms;
          animation-delay: 3450ms;
}
.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after, .shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 3450ms;
          animation-delay: 3450ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% - -156px);
  left: calc(50% - 108px);
  -webkit-animation-delay: 6143ms;
          animation-delay: 6143ms;
}
.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after, .shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 6143ms;
          animation-delay: 6143ms;
}
.shooting_star:nth-child(8) {
  top: calc(50% - -7px);
  left: calc(50% - 77px);
  -webkit-animation-delay: 7793ms;
          animation-delay: 7793ms;
}
.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after, .shooting_star:nth-child(8)::after {
  -webkit-animation-delay: 7793ms;
          animation-delay: 7793ms;
}
.shooting_star:nth-child(9) {
  top: calc(50% - -91px);
  left: calc(50% - 213px);
  -webkit-animation-delay: 6567ms;
          animation-delay: 6567ms;
}
.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after, .shooting_star:nth-child(9)::after {
  -webkit-animation-delay: 6567ms;
          animation-delay: 6567ms;
}
.shooting_star:nth-child(10) {
  top: calc(50% - 55px);
  left: calc(50% - 175px);
  -webkit-animation-delay: 2953ms;
          animation-delay: 2953ms;
}
.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after, .shooting_star:nth-child(10)::after {
  -webkit-animation-delay: 2953ms;
          animation-delay: 2953ms;
}
.shooting_star:nth-child(11) {
  top: calc(50% - 38px);
  left: calc(50% - 286px);
  -webkit-animation-delay: 65ms;
          animation-delay: 65ms;
}
.shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after, .shooting_star:nth-child(11)::after {
  -webkit-animation-delay: 65ms;
          animation-delay: 65ms;
}
.shooting_star:nth-child(12) {
  top: calc(50% - -73px);
  left: calc(50% - 47px);
  -webkit-animation-delay: 725ms;
          animation-delay: 725ms;
}
.shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after, .shooting_star:nth-child(12)::after {
  -webkit-animation-delay: 725ms;
          animation-delay: 725ms;
}
.shooting_star:nth-child(13) {
  top: calc(50% - -182px);
  left: calc(50% - 66px);
  -webkit-animation-delay: 2470ms;
          animation-delay: 2470ms;
}
.shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after, .shooting_star:nth-child(13)::after {
  -webkit-animation-delay: 2470ms;
          animation-delay: 2470ms;
}
.shooting_star:nth-child(14) {
  top: calc(50% - 177px);
  left: calc(50% - 22px);
  -webkit-animation-delay: 2091ms;
          animation-delay: 2091ms;
}
.shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after, .shooting_star:nth-child(14)::after {
  -webkit-animation-delay: 2091ms;
          animation-delay: 2091ms;
}
.shooting_star:nth-child(15) {
  top: calc(50% - -67px);
  left: calc(50% - 189px);
  -webkit-animation-delay: 7469ms;
          animation-delay: 7469ms;
}
.shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after, .shooting_star:nth-child(15)::after {
  -webkit-animation-delay: 7469ms;
          animation-delay: 7469ms;
}
.shooting_star:nth-child(16) {
  top: calc(50% - -45px);
  left: calc(50% - 73px);
  -webkit-animation-delay: 4967ms;
          animation-delay: 4967ms;
}
.shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after, .shooting_star:nth-child(16)::after {
  -webkit-animation-delay: 4967ms;
          animation-delay: 4967ms;
}
.shooting_star:nth-child(17) {
  top: calc(50% - 12px);
  left: calc(50% - 41px);
  -webkit-animation-delay: 6955ms;
          animation-delay: 6955ms;
}
.shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after, .shooting_star:nth-child(17)::after {
  -webkit-animation-delay: 6955ms;
          animation-delay: 6955ms;
}
.shooting_star:nth-child(18) {
  top: calc(50% - 157px);
  left: calc(50% - 67px);
  -webkit-animation-delay: 6656ms;
          animation-delay: 6656ms;
}
.shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after, .shooting_star:nth-child(18)::after {
  -webkit-animation-delay: 6656ms;
          animation-delay: 6656ms;
}
.shooting_star:nth-child(19) {
  top: calc(50% - 15px);
  left: calc(50% - 4px);
  -webkit-animation-delay: 7128ms;
          animation-delay: 7128ms;
}
.shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after, .shooting_star:nth-child(19)::after {
  -webkit-animation-delay: 7128ms;
          animation-delay: 7128ms;
}
.shooting_star:nth-child(20) {
  top: calc(50% - -68px);
  left: calc(50% - 113px);
  -webkit-animation-delay: 6278ms;
          animation-delay: 6278ms;
}
.shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after, .shooting_star:nth-child(20)::after {
  -webkit-animation-delay: 6278ms;
          animation-delay: 6278ms;
}

@-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% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}
@keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}
@-webkit-keyframes sky {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
@keyframes sky {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
