* {
  margin: 0;
  padding: 0;
}
.wrapper {
  height: 100%;
  width: 100%;
  /*background: linear-gradient(180deg, #04fafd, 5%, #119dff, 50%, #030423);*/
  position: absolute;
}
.wrapper h1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-family: sans-serif;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #fff;
  font-size: 40px;
  font-weight: 888;
  text-transform: uppercase;
}
.wrapper div {
  height: 30px;
  width: 30px;
  border: 1px solid rgba(126, 217, 87, 0.3);
  border-radius: 50px;
  position: absolute;
  top: 10%;
  left: 10%;
  animation: 4s linear infinite;
  z-index:1000;
  /*box-shadow: #ffffff 3px 1px 0px inset, #000000 7px 2px 2px inset;*/
}
div .dot {
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: rgba(64, 185, 255, 0.2);
  position: absolute;
  top: 20%;
  right: 20%;
   z-index:1000;
  
  /*width: 250px;*/
  /*aspect-ratio: 1;*/
  /*padding: var(--b);*/
  /*border-radius: 50%;*/
  /*background: #c0d860;*/
  /*--_g:/var(--b) var(--b) no-repeat*/
  /*  radial-gradient(50% 50%,#000 97%,#0000);*/
  /*mask: top var(--_g),*/
  /*  calc(50% + 50%*sin(40deg)) */
  /*  calc(50% - 50%*cos(40deg)) var(--_g),*/
  /*  linear-gradient(#0000 0 0) content-box intersect,*/
  /*  conic-gradient(#000 40deg ,#0000 0);*/
}
.wrapper div:nth-child(1) {
  top: 20%;
  left: 20%;
  animation: animate 8s linear infinite;
}
.wrapper div:nth-child(2) {
  top: 60%;
  left: 80%;
  animation: animate 10s linear infinite;
}
.wrapper div:nth-child(3) {
  top: 40%;
  left: 40%;
  animation: animate 3s linear infinite;
}
.wrapper div:nth-child(4) {
  top: 66%;
  left: 30%;
  animation: animate 19s linear infinite;
}
.wrapper div:nth-child(5) {
  top: 90%;
  left: 10%;
  animation: animate 9s linear infinite;
}
.wrapper div:nth-child(6) {
  top: 30%;
  left: 60%;
  animation: animate 16s linear infinite;
}
.wrapper div:nth-child(7) {
  top: 70%;
  left: 20%;
  animation: animate 8s linear infinite;
}
.wrapper div:nth-child(8) {
  top: 75%;
  left: 60%;
  animation: animate 18s linear infinite;
}
.wrapper div:nth-child(9) {
  top: 50%;
  left: 50%;
  animation: animate 26s linear infinite;
}
.wrapper div:nth-child(10) {
  top: 45%;
  left: 20%;
  animation: animate 20s linear infinite;
}
.wrapper div:nth-child(11) {
  top: 10%;
  left: 90%;
  animation: animate 26s linear infinite;
}
.wrapper div:nth-child(12) {
  top: 20%;
  left: 70%;
  animation: animate 20s linear infinite;
}
.wrapper div:nth-child(13) {
  top: 20%;
  left: 20%;
  animation: animate 24s linear infinite;
}
.wrapper div:nth-child(14) {
  top: 60%;
  left: 5%;
  animation: animate 32s linear infinite;
}
.wrapper div:nth-child(15) {
  top: 90%;
  left: 80%;
  animation: animate 19s linear infinite;
}
.wrapper div:nth-child(16) {
  top: 55%;
  left: 85%;
  animation: animate 15s linear infinite;
}
.wrapper div:nth-child(17) {
  top: 95%;
  left: 45%;
  animation: animate 22s linear infinite;
}
.wrapper div:nth-child(18) {
  top: 90%;
  left: 85%;
  animation: animate 18s linear infinite;
}
.wrapper div:nth-child(19) {
  top: 75%;
  left: 75%;
  animation: animate 12s linear infinite;
}
.wrapper div:nth-child(20) {
  top: 60%;
  left: 45%;
  animation: animate 18s linear infinite;
}
.wrapper div:nth-child(21) {
  top: 45%;
  left: 45%;
  animation: animate 16s linear infinite;
}
.wrapper div:nth-child(22) {
  top: 85%;
  left: 97%;
  animation: animate 18s linear infinite;
}
.wrapper div:nth-child(23) {
  top: 65%;
  left: 65%;
  animation: animate 21s linear infinite;
}
.wrapper div:nth-child(24) {
  top: 81%;
  left: 55%;
  animation: animate 15s linear infinite;
}
.wrapper div:nth-child(25) {
  top: 95%;
  left: 35%;
  animation: animate 17s linear infinite;
}
.wrapper div:nth-child(26) {
  top: 55%;
  left: 85%;
  animation: animate 13s linear infinite;
}
.wrapper div:nth-child(27) {
  top: 95%;
  left: 45%;
  animation: animate 16s linear infinite;
}
.wrapper div:nth-child(28) {
  top: 95%;
  left: 85%;
  animation: animate 18s linear infinite;
}
.wrapper div:nth-child(29) {
  top: 85%;
  left: 15%;
  animation: animate 14s linear infinite;
}
.wrapper div:nth-child(30) {
  top: 70%;
  left: 45%;
  animation: animate 18s linear infinite;
}
@keyframes animate {
  0% {
    transform: scale(0) translateY(0) rotate(70deg);
  }
  100% {
    transform: scale(1.3) translateY(-100px) rotate(360deg);
  }
}
