
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;
}
/* Style the navbar */
#navbar {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #333;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

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

.shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, rgb(95, 145, 255), rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px rgb(105, 155, 255));
  -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), rgb(95, 145, 255), 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), rgb(95, 145, 255), 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% - -104px);
  left: calc(50% - 153px);
  -webkit-animation-delay: 7686ms;
          animation-delay: 7686ms;
}
.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 7686ms;
          animation-delay: 7686ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% - -7px);
  left: calc(50% - 46px);
  -webkit-animation-delay: 4327ms;
          animation-delay: 4327ms;
}
.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 4327ms;
          animation-delay: 4327ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - -194px);
  left: calc(50% - 263px);
  -webkit-animation-delay: 2962ms;
          animation-delay: 2962ms;
}
.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 2962ms;
          animation-delay: 2962ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% - -149px);
  left: calc(50% - 52px);
  -webkit-animation-delay: 4501ms;
          animation-delay: 4501ms;
}
.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 4501ms;
          animation-delay: 4501ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% - -174px);
  left: calc(50% - 148px);
  -webkit-animation-delay: 9962ms;
          animation-delay: 9962ms;
}
.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 9962ms;
          animation-delay: 9962ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% - 131px);
  left: calc(50% - 138px);
  -webkit-animation-delay: 2328ms;
          animation-delay: 2328ms;
}
.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 2328ms;
          animation-delay: 2328ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% - 166px);
  left: calc(50% - 273px);
  -webkit-animation-delay: 8311ms;
          animation-delay: 8311ms;
}
.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 8311ms;
          animation-delay: 8311ms;
}
.shooting_star:nth-child(8) {
  top: calc(50% - -86px);
  left: calc(50% - 200px);
  -webkit-animation-delay: 464ms;
          animation-delay: 464ms;
}
.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after {
  -webkit-animation-delay: 464ms;
          animation-delay: 464ms;
}
.shooting_star:nth-child(9) {
  top: calc(50% - 103px);
  left: calc(50% - 79px);
  -webkit-animation-delay: 9199ms;
          animation-delay: 9199ms;
}
.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after {
  -webkit-animation-delay: 9199ms;
          animation-delay: 9199ms;
}
.shooting_star:nth-child(10) {
  top: calc(50% - -12px);
  left: calc(50% - 19px);
  -webkit-animation-delay: 5607ms;
          animation-delay: 5607ms;
}
.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after {
  -webkit-animation-delay: 5607ms;
          animation-delay: 5607ms;
}
.shooting_star:nth-child(11) {
  top: calc(50% - 183px);
  left: calc(50% - 175px);
  -webkit-animation-delay: 3530ms;
          animation-delay: 3530ms;
}
.shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after {
  -webkit-animation-delay: 3530ms;
          animation-delay: 3530ms;
}
.shooting_star:nth-child(12) {
  top: calc(50% - 48px);
  left: calc(50% - 216px);
  -webkit-animation-delay: 555ms;
          animation-delay: 555ms;
}
.shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after {
  -webkit-animation-delay: 555ms;
          animation-delay: 555ms;
}
.shooting_star:nth-child(13) {
  top: calc(50% - 31px);
  left: calc(50% - 47px);
  -webkit-animation-delay: 7111ms;
          animation-delay: 7111ms;
}
.shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after {
  -webkit-animation-delay: 7111ms;
          animation-delay: 7111ms;
}
.shooting_star:nth-child(14) {
  top: calc(50% - 53px);
  left: calc(50% - 285px);
  -webkit-animation-delay: 9122ms;
          animation-delay: 9122ms;
}
.shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after {
  -webkit-animation-delay: 9122ms;
          animation-delay: 9122ms;
}
.shooting_star:nth-child(15) {
  top: calc(50% - -12px);
  left: calc(50% - 146px);
  -webkit-animation-delay: 2894ms;
          animation-delay: 2894ms;
}
.shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after {
  -webkit-animation-delay: 2894ms;
          animation-delay: 2894ms;
}
.shooting_star:nth-child(16) {
  top: calc(50% - -186px);
  left: calc(50% - 5px);
  -webkit-animation-delay: 9786ms;
          animation-delay: 9786ms;
}
.shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after {
  -webkit-animation-delay: 9786ms;
          animation-delay: 9786ms;
}
.shooting_star:nth-child(17) {
  top: calc(50% - -97px);
  left: calc(50% - 77px);
  -webkit-animation-delay: 1073ms;
          animation-delay: 1073ms;
}
.shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after {
  -webkit-animation-delay: 1073ms;
          animation-delay: 1073ms;
}
.shooting_star:nth-child(18) {
  top: calc(50% - -198px);
  left: calc(50% - 132px);
  -webkit-animation-delay: 1499ms;
          animation-delay: 1499ms;
}
.shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after {
  -webkit-animation-delay: 1499ms;
          animation-delay: 1499ms;
}
.shooting_star:nth-child(19) {
  top: calc(50% - -173px);
  left: calc(50% - 77px);
  -webkit-animation-delay: 5487ms;
          animation-delay: 5487ms;
}
.shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after {
  -webkit-animation-delay: 5487ms;
          animation-delay: 5487ms;
}
.shooting_star:nth-child(20) {
  top: calc(50% - 98px);
  left: calc(50% - 110px);
  -webkit-animation-delay: 8307ms;
          animation-delay: 8307ms;
}
.shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after {
  -webkit-animation-delay: 8307ms;
          animation-delay: 8307ms;
}

@-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);
  }
}/*# sourceMappingURL=style-of-stars.css.map */
