body {
  background: #000;
}

.particle {
  position: absolute;
  border-radius: 50%;
}

@keyframes particle-animation-1 {
  100% {
    transform: translate3d(75vw, 70vh, 4px);
  }
}

.particle:nth-child(1) {
  animation: particle-animation-1 60s infinite;
  opacity: 0.35;
  height: 6px;
  width: 6px;
  animation-delay: -0.2s;
  transform: translate3d(66vw, 73vh, 22px);
  background: white;
}

@keyframes particle-animation-2 {
  100% {
    transform: translate3d(46vw, 48vh, 71px);
  }
}

.particle:nth-child(2) {
  animation: particle-animation-2 60s infinite;
  opacity: 0.26;
  height: 9px;
  width: 9px;
  animation-delay: -0.4s;
  transform: translate3d(89vw, 83vh, 32px);
  background: white;
}

@keyframes particle-animation-3 {
  100% {
    transform: translate3d(34vw, 10vh, 13px);
  }
}

.particle:nth-child(3) {
  animation: particle-animation-3 60s infinite;
  opacity: 0.21;
  height: 8px;
  width: 8px;
  animation-delay: -0.6s;
  transform: translate3d(15vw, 9vh, 15px);
  background: white;
}

@keyframes particle-animation-4 {
  100% {
    transform: translate3d(66vw, 6vh, 87px);
  }
}

.particle:nth-child(4) {
  animation: particle-animation-4 60s infinite;
  opacity: 0.59;
  height: 8px;
  width: 8px;
  animation-delay: -0.8s;
  transform: translate3d(27vw, 27vh, 68px);
  background: white;
}

@keyframes particle-animation-5 {
  100% {
    transform: translate3d(14vw, 13vh, 76px);
  }
}

.particle:nth-child(5) {
  animation: particle-animation-5 60s infinite;
  opacity: 0.5;
  height: 9px;
  width: 9px;
  animation-delay: -1s;
  transform: translate3d(40vw, 44vh, 71px);
  background: white;
}

@keyframes particle-animation-6 {
  100% {
    transform: translate3d(41vw, 18vh, 65px);
  }
}

.particle:nth-child(6) {
  animation: particle-animation-6 60s infinite;
  opacity: 0.78;
  height: 8px;
  width: 8px;
  animation-delay: -1.2s;
  transform: translate3d(65vw, 76vh, 38px);
  background: white;
}

@keyframes particle-animation-7 {
  100% {
    transform: translate3d(84vw, 73vh, 9px);
  }
}

.particle:nth-child(7) {
  animation: particle-animation-7 60s infinite;
  opacity: 0.44;
  height: 7px;
  width: 7px;
  animation-delay: -1.4s;
  transform: translate3d(46vw, 69vh, 88px);
  background: white;
}

@keyframes particle-animation-8 {
  100% {
    transform: translate3d(79vw, 36vh, 30px);
  }
}

.particle:nth-child(8) {
  animation: particle-animation-8 60s infinite;
  opacity: 0.07;
  height: 9px;
  width: 9px;
  animation-delay: -1.6s;
  transform: translate3d(40vw, 14vh, 76px);
  background: white;
}

@keyframes particle-animation-9 {
  100% {
    transform: translate3d(33vw, 21vh, 38px);
  }
}

.particle:nth-child(9) {
  animation: particle-animation-9 60s infinite;
  opacity: 0.82;
  height: 10px;
  width: 10px;
  animation-delay: -1.8s;
  transform: translate3d(44vw, 20vh, 72px);
  background: white;
}

@keyframes particle-animation-10 {
  100% {
    transform: translate3d(1vw, 45vh, 68px);
  }
}

.particle:nth-child(10) {
  animation: particle-animation-10 60s infinite;
  opacity: 0.31;
  height: 6px;
  width: 6px;
  animation-delay: -2s;
  transform: translate3d(85vw, 66vh, 37px);
  background: white;
}

@keyframes particle-animation-11 {
  100% {
    transform: translate3d(90vw, 65vh, 97px);
  }
}

.particle:nth-child(11) {
  animation: particle-animation-11 60s infinite;
  opacity: 0.45;
  height: 7px;
  width: 7px;
  animation-delay: -2.2s;
  transform: translate3d(45vw, 19vh, 37px);
  background: white;
}

@keyframes particle-animation-12 {
  100% {
    transform: translate3d(54vw, 8vh, 40px);
  }
}

.particle:nth-child(12) {
  animation: particle-animation-12 60s infinite;
  opacity: 0.3;
  height: 10px;
  width: 10px;
  animation-delay: -2.4s;
  transform: translate3d(89vw, 55vh, 80px);
  background: white;
}

@keyframes particle-animation-13 {
  100% {
    transform: translate3d(31vw, 20vh, 17px);
  }
}

.particle:nth-child(13) {
  animation: particle-animation-13 60s infinite;
  opacity: 0.74;
  height: 9px;
  width: 9px;
  animation-delay: -2.6s;
  transform: translate3d(37vw, 55vh, 61px);
  background: white;
}

@keyframes particle-animation-14 {
  100% {
    transform: translate3d(4vw, 35vh, 88px);
  }
}

.particle:nth-child(14) {
  animation: particle-animation-14 60s infinite;
  opacity: 0.07;
  height: 6px;
  width: 6px;
  animation-delay: -2.8s;
  transform: translate3d(86vw, 76vh, 26px);
  background: white;
}

@keyframes particle-animation-15 {
  100% {
    transform: translate3d(55vw, 26vh, 54px);
  }
}

.particle:nth-child(15) {
  animation: particle-animation-15 60s infinite;
  opacity: 0.7;
  height: 6px;
  width: 6px;
  animation-delay: -3s;
  transform: translate3d(7vw, 22vh, 25px);
  background: white;
}

@keyframes particle-animation-16 {
  100% {
    transform: translate3d(44vw, 26vh, 28px);
  }
}

.particle:nth-child(16) {
  animation: particle-animation-16 60s infinite;
  opacity: 0.99;
  height: 10px;
  width: 10px;
  animation-delay: -3.2s;
  transform: translate3d(68vw, 73vh, 91px);
  background: white;
}

@keyframes particle-animation-17 {
  100% {
    transform: translate3d(64vw, 51vh, 11px);
  }
}

.particle:nth-child(17) {
  animation: particle-animation-17 60s infinite;
  opacity: 0.04;
  height: 6px;
  width: 6px;
  animation-delay: -3.4s;
  transform: translate3d(89vw, 15vh, 64px);
  background: white;
}

@keyframes particle-animation-18 {
  100% {
    transform: translate3d(50vw, 7vh, 31px);
  }
}

.particle:nth-child(18) {
  animation: particle-animation-18 60s infinite;
  opacity: 0.74;
  height: 7px;
  width: 7px;
  animation-delay: -3.6s;
  transform: translate3d(7vw, 13vh, 42px);
  background: white;
}

@keyframes particle-animation-19 {
  100% {
    transform: translate3d(3vw, 28vh, 63px);
  }
}

.particle:nth-child(19) {
  animation: particle-animation-19 60s infinite;
  opacity: 0.99;
  height: 7px;
  width: 7px;
  animation-delay: -3.8s;
  transform: translate3d(32vw, 65vh, 31px);
  background: white;
}

@keyframes particle-animation-20 {
  100% {
    transform: translate3d(90vw, 85vh, 39px);
  }
}

.particle:nth-child(20) {
  animation: particle-animation-20 60s infinite;
  opacity: 0.78;
  height: 10px;
  width: 10px;
  animation-delay: -4s;
  transform: translate3d(86vw, 77vh, 93px);
  background: white;
}

@keyframes particle-animation-21 {
  100% {
    transform: translate3d(53vw, 21vh, 44px);
  }
}

.particle:nth-child(21) {
  animation: particle-animation-21 60s infinite;
  opacity: 0.33;
  height: 6px;
  width: 6px;
  animation-delay: -4.2s;
  transform: translate3d(73vw, 37vh, 34px);
  background: white;
}

@keyframes particle-animation-22 {
  100% {
    transform: translate3d(61vw, 41vh, 40px);
  }
}

.particle:nth-child(22) {
  animation: particle-animation-22 60s infinite;
  opacity: 0.66;
  height: 10px;
  width: 10px;
  animation-delay: -4.4s;
  transform: translate3d(19vw, 32vh, 84px);
  background: white;
}

@keyframes particle-animation-23 {
  100% {
    transform: translate3d(89vw, 67vh, 93px);
  }
}

.particle:nth-child(23) {
  animation: particle-animation-23 60s infinite;
  opacity: 0.66;
  height: 6px;
  width: 6px;
  animation-delay: -4.6s;
  transform: translate3d(18vw, 79vh, 36px);
  background: white;
}

@keyframes particle-animation-24 {
  100% {
    transform: translate3d(38vw, 62vh, 47px);
  }
}

.particle:nth-child(24) {
  animation: particle-animation-24 60s infinite;
  opacity: 0.24;
  height: 6px;
  width: 6px;
  animation-delay: -4.8s;
  transform: translate3d(35vw, 28vh, 6px);
  background: white;
}

@keyframes particle-animation-25 {
  100% {
    transform: translate3d(3vw, 69vh, 58px);
  }
}

.particle:nth-child(25) {
  animation: particle-animation-25 60s infinite;
  opacity: 0.87;
  height: 8px;
  width: 8px;
  animation-delay: -5s;
  transform: translate3d(67vw, 82vh, 10px);
  background: white;
}

@keyframes particle-animation-26 {
  100% {
    transform: translate3d(35vw, 34vh, 36px);
  }
}

.particle:nth-child(26) {
  animation: particle-animation-26 60s infinite;
  opacity: 0.95;
  height: 8px;
  width: 8px;
  animation-delay: -5.2s;
  transform: translate3d(12vw, 69vh, 64px);
  background: white;
}

@keyframes particle-animation-27 {
  100% {
    transform: translate3d(18vw, 78vh, 2px);
  }
}

.particle:nth-child(27) {
  animation: particle-animation-27 60s infinite;
  opacity: 0.96;
  height: 7px;
  width: 7px;
  animation-delay: -5.4s;
  transform: translate3d(79vw, 77vh, 12px);
  background: white;
}

@keyframes particle-animation-28 {
  100% {
    transform: translate3d(64vw, 19vh, 81px);
  }
}

.particle:nth-child(28) {
  animation: particle-animation-28 60s infinite;
  opacity: 0.62;
  height: 10px;
  width: 10px;
  animation-delay: -5.6s;
  transform: translate3d(56vw, 27vh, 41px);
  background: white;
}

@keyframes particle-animation-29 {
  100% {
    transform: translate3d(45vw, 26vh, 91px);
  }
}

.particle:nth-child(29) {
  animation: particle-animation-29 60s infinite;
  opacity: 0.89;
  height: 8px;
  width: 8px;
  animation-delay: -5.8s;
  transform: translate3d(44vw, 40vh, 23px);
  background: white;
}

@keyframes particle-animation-30 {
  100% {
    transform: translate3d(83vw, 30vh, 21px);
  }
}

.particle:nth-child(30) {
  animation: particle-animation-30 60s infinite;
  opacity: 0.41;
  height: 9px;
  width: 9px;
  animation-delay: -6s;
  transform: translate3d(20vw, 22vh, 59px);
  background: white;
}
