body {
  background: #f8cd39;
}

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

@-webkit-keyframes particle-animation-1 {
  100% {
    transform: translate3d(87vw, 86vh, 41px);
  }
}

@keyframes particle-animation-1 {
  100% {
    transform: translate3d(87vw, 86vh, 41px);
  }
}
.particle:nth-child(1) {
  -webkit-animation: particle-animation-1 60s infinite;
          animation: particle-animation-1 60s infinite;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  transform: translate3d(54vw, 48vh, 83px);
  background: #000;
}

@-webkit-keyframes particle-animation-2 {
  100% {
    transform: translate3d(77vw, 80vh, 28px);
  }
}

@keyframes particle-animation-2 {
  100% {
    transform: translate3d(77vw, 80vh, 28px);
  }
}
.particle:nth-child(2) {
  -webkit-animation: particle-animation-2 60s infinite;
          animation: particle-animation-2 60s infinite;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  transform: translate3d(63vw, 25vh, 57px);
  background: #000;
}

@-webkit-keyframes particle-animation-3 {
  100% {
    transform: translate3d(20vw, 62vh, 11px);
  }
}

@keyframes particle-animation-3 {
  100% {
    transform: translate3d(20vw, 62vh, 11px);
  }
}
.particle:nth-child(3) {
  -webkit-animation: particle-animation-3 60s infinite;
          animation: particle-animation-3 60s infinite;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  transform: translate3d(39vw, 85vh, 50px);
  background: #000;
}

@-webkit-keyframes particle-animation-4 {
  100% {
    transform: translate3d(30vw, 24vh, 92px);
  }
}

@keyframes particle-animation-4 {
  100% {
    transform: translate3d(30vw, 24vh, 92px);
  }
}
.particle:nth-child(4) {
  -webkit-animation: particle-animation-4 60s infinite;
          animation: particle-animation-4 60s infinite;
  height: 11px;
  width: 11px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  transform: translate3d(76vw, 65vh, 9px);
  background: #000;
}

@-webkit-keyframes particle-animation-5 {
  100% {
    transform: translate3d(79vw, 71vh, 73px);
  }
}

@keyframes particle-animation-5 {
  100% {
    transform: translate3d(79vw, 71vh, 73px);
  }
}
.particle:nth-child(5) {
  -webkit-animation: particle-animation-5 60s infinite;
          animation: particle-animation-5 60s infinite;
  height: 11px;
  width: 11px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  transform: translate3d(79vw, 35vh, 26px);
  background: #000;
}

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

@keyframes particle-animation-6 {
  100% {
    transform: translate3d(4vw, 90vh, 37px);
  }
}
.particle:nth-child(6) {
  -webkit-animation: particle-animation-6 60s infinite;
          animation: particle-animation-6 60s infinite;
  height: 11px;
  width: 11px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  transform: translate3d(14vw, 36vh, 71px);
  background: #000;
}

@-webkit-keyframes particle-animation-7 {
  100% {
    transform: translate3d(75vw, 79vh, 92px);
  }
}

@keyframes particle-animation-7 {
  100% {
    transform: translate3d(75vw, 79vh, 92px);
  }
}
.particle:nth-child(7) {
  -webkit-animation: particle-animation-7 60s infinite;
          animation: particle-animation-7 60s infinite;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  transform: translate3d(76vw, 35vh, 2px);
  background: #000;
}

@-webkit-keyframes particle-animation-8 {
  100% {
    transform: translate3d(86vw, 42vh, 32px);
  }
}

@keyframes particle-animation-8 {
  100% {
    transform: translate3d(86vw, 42vh, 32px);
  }
}
.particle:nth-child(8) {
  -webkit-animation: particle-animation-8 60s infinite;
          animation: particle-animation-8 60s infinite;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  transform: translate3d(44vw, 62vh, 57px);
  background: #000;
}

@-webkit-keyframes particle-animation-9 {
  100% {
    transform: translate3d(60vw, 43vh, 35px);
  }
}

@keyframes particle-animation-9 {
  100% {
    transform: translate3d(60vw, 43vh, 35px);
  }
}
.particle:nth-child(9) {
  -webkit-animation: particle-animation-9 60s infinite;
          animation: particle-animation-9 60s infinite;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  transform: translate3d(55vw, 71vh, 74px);
  background: #000;
}

@-webkit-keyframes particle-animation-10 {
  100% {
    transform: translate3d(46vw, 37vh, 61px);
  }
}

@keyframes particle-animation-10 {
  100% {
    transform: translate3d(46vw, 37vh, 61px);
  }
}
.particle:nth-child(10) {
  -webkit-animation: particle-animation-10 60s infinite;
          animation: particle-animation-10 60s infinite;
  height: 11px;
  width: 11px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  transform: translate3d(41vw, 14vh, 70px);
  background: #000;
}

@-webkit-keyframes particle-animation-11 {
  100% {
    transform: translate3d(45vw, 4vh, 82px);
  }
}

@keyframes particle-animation-11 {
  100% {
    transform: translate3d(45vw, 4vh, 82px);
  }
}
.particle:nth-child(11) {
  -webkit-animation: particle-animation-11 60s infinite;
          animation: particle-animation-11 60s infinite;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
  transform: translate3d(3vw, 86vh, 43px);
  background: #000;
}

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

@keyframes particle-animation-12 {
  100% {
    transform: translate3d(27vw, 17vh, 31px);
  }
}
.particle:nth-child(12) {
  -webkit-animation: particle-animation-12 60s infinite;
          animation: particle-animation-12 60s infinite;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
  transform: translate3d(52vw, 75vh, 56px);
  background: #000;
}

@-webkit-keyframes particle-animation-13 {
  100% {
    transform: translate3d(9vw, 83vh, 75px);
  }
}

@keyframes particle-animation-13 {
  100% {
    transform: translate3d(9vw, 83vh, 75px);
  }
}
.particle:nth-child(13) {
  -webkit-animation: particle-animation-13 60s infinite;
          animation: particle-animation-13 60s infinite;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
  transform: translate3d(3vw, 24vh, 96px);
  background: #000;
}

@-webkit-keyframes particle-animation-14 {
  100% {
    transform: translate3d(46vw, 40vh, 92px);
  }
}

@keyframes particle-animation-14 {
  100% {
    transform: translate3d(46vw, 40vh, 92px);
  }
}
.particle:nth-child(14) {
  -webkit-animation: particle-animation-14 60s infinite;
          animation: particle-animation-14 60s infinite;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
  transform: translate3d(17vw, 85vh, 63px);
  background: #000;
}

@-webkit-keyframes particle-animation-15 {
  100% {
    transform: translate3d(66vw, 70vh, 88px);
  }
}

@keyframes particle-animation-15 {
  100% {
    transform: translate3d(66vw, 70vh, 88px);
  }
}
.particle:nth-child(15) {
  -webkit-animation: particle-animation-15 60s infinite;
          animation: particle-animation-15 60s infinite;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  transform: translate3d(20vw, 33vh, 99px);
  background: #000;
}

@keyframes particle-animation-15 {
  100% {
    transform: translate3d(27vw, 43vh, 9px);
  }
}
.particle:nth-child(15) {
  -webkit-animation: particle-animation-15 60s infinite;
          animation: particle-animation-15 60s infinite;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  transform: translate3d(35vw, 19vh, 7px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

@-webkit-keyframes particle-animation-16 {
  100% {
    transform: translate3d(72vw, 25vh, 82px);
  }
}

@keyframes particle-animation-16 {
  100% {
    transform: translate3d(72vw, 25vh, 82px);
  }
}
.particle:nth-child(16) {
  -webkit-animation: particle-animation-16 60s infinite;
          animation: particle-animation-16 60s infinite;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  transform: translate3d(20vw, 59vh, 7px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

@-webkit-keyframes particle-animation-17 {
  100% {
    transform: translate3d(75vw, 83vh, 10px);
  }
}

@keyframes particle-animation-17 {
  100% {
    transform: translate3d(75vw, 83vh, 10px);
  }
}
.particle:nth-child(17) {
  -webkit-animation: particle-animation-17 60s infinite;
          animation: particle-animation-17 60s infinite;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
  transform: translate3d(16vw, 82vh, 91px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

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

@keyframes particle-animation-18 {
  100% {
    transform: translate3d(10vw, 2vh, 97px);
  }
}
.particle:nth-child(18) {
  -webkit-animation: particle-animation-18 60s infinite;
          animation: particle-animation-18 60s infinite;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
  transform: translate3d(81vw, 31vh, 32px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

@-webkit-keyframes particle-animation-19 {
  100% {
    transform: translate3d(89vw, 86vh, 44px);
  }
}

@keyframes particle-animation-19 {
  100% {
    transform: translate3d(89vw, 86vh, 44px);
  }
}
.particle:nth-child(19) {
  -webkit-animation: particle-animation-19 60s infinite;
          animation: particle-animation-19 60s infinite;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
  transform: translate3d(83vw, 75vh, 65px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

@-webkit-keyframes particle-animation-20 {
  100% {
    transform: translate3d(50vw, 61vh, 24px);
  }
}

@keyframes particle-animation-20 {
  100% {
    transform: translate3d(50vw, 61vh, 24px);
  }
}
.particle:nth-child(20) {
  -webkit-animation: particle-animation-20 60s infinite;
          animation: particle-animation-20 60s infinite;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  transform: translate3d(20vw, 20vh, 94px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

@-webkit-keyframes particle-animation-21 {
  100% {
    transform: translate3d(2vw, 73vh, 86px);
  }
}

@keyframes particle-animation-21 {
  100% {
    transform: translate3d(2vw, 73vh, 86px);
  }
}
.particle:nth-child(21) {
  -webkit-animation: particle-animation-21 60s infinite;
          animation: particle-animation-21 60s infinite;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
  transform: translate3d(34vw, 20vh, 44px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

@-webkit-keyframes particle-animation-22 {
  100% {
    transform: translate3d(30vw, 10vh, 95px);
  }
}

@keyframes particle-animation-22 {
  100% {
    transform: translate3d(30vw, 10vh, 95px);
  }
}
.particle:nth-child(22) {
  -webkit-animation: particle-animation-22 60s infinite;
          animation: particle-animation-22 60s infinite;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
  transform: translate3d(13vw, 1vh, 77px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

@-webkit-keyframes particle-animation-23 {
  100% {
    transform: translate3d(75vw, 19vh, 77px);
  }
}

@keyframes particle-animation-23 {
  100% {
    transform: translate3d(75vw, 19vh, 77px);
  }
}
.particle:nth-child(23) {
  -webkit-animation: particle-animation-23 60s infinite;
          animation: particle-animation-23 60s infinite;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
  transform: translate3d(53vw, 28vh, 6px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

@-webkit-keyframes particle-animation-24 {
  100% {
    transform: translate3d(36vw, 18vh, 19px);
  }
}

@keyframes particle-animation-24 {
  100% {
    transform: translate3d(36vw, 18vh, 19px);
  }
}
.particle:nth-child(24) {
  -webkit-animation: particle-animation-24 60s infinite;
          animation: particle-animation-24 60s infinite;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
  transform: translate3d(10vw, 87vh, 81px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

@-webkit-keyframes particle-animation-25 {
  100% {
    transform: translate3d(63vw, 1vh, 39px);
  }
}

@keyframes particle-animation-25 {
  100% {
    transform: translate3d(63vw, 1vh, 39px);
  }
}
.particle:nth-child(25) {
  -webkit-animation: particle-animation-25 60s infinite;
          animation: particle-animation-25 60s infinite;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  transform: translate3d(56vw, 83vh, 90px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

@-webkit-keyframes particle-animation-26 {
  100% {
    transform: translate3d(83vw, 67vh, 33px);
  }
}

@keyframes particle-animation-26 {
  100% {
    transform: translate3d(83vw, 67vh, 33px);
  }
}
.particle:nth-child(26) {
  -webkit-animation: particle-animation-26 60s infinite;
          animation: particle-animation-26 60s infinite;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
  transform: translate3d(74vw, 36vh, 78px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

@-webkit-keyframes particle-animation-27 {
  100% {
    transform: translate3d(64vw, 47vh, 92px);
  }
}

@keyframes particle-animation-27 {
  100% {
    transform: translate3d(64vw, 47vh, 92px);
  }
}
.particle:nth-child(27) {
  -webkit-animation: particle-animation-27 60s infinite;
          animation: particle-animation-27 60s infinite;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
  transform: translate3d(32vw, 87vh, 36px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

@-webkit-keyframes particle-animation-28 {
  100% {
    transform: translate3d(9vw, 52vh, 65px);
  }
}

@keyframes particle-animation-28 {
  100% {
    transform: translate3d(9vw, 52vh, 65px);
  }
}
.particle:nth-child(28) {
  -webkit-animation: particle-animation-28 60s infinite;
          animation: particle-animation-28 60s infinite;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -5.6s;
          animation-delay: -5.6s;
  transform: translate3d(21vw, 10vh, 59px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

@-webkit-keyframes particle-animation-29 {
  100% {
    transform: translate3d(74vw, 67vh, 31px);
  }
}

@keyframes particle-animation-29 {
  100% {
    transform: translate3d(74vw, 67vh, 31px);
  }
}
.particle:nth-child(29) {
  -webkit-animation: particle-animation-29 60s infinite;
          animation: particle-animation-29 60s infinite;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
  transform: translate3d(1vw, 69vh, 79px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}

@-webkit-keyframes particle-animation-30 {
  100% {
    transform: translate3d(67vw, 14vh, 42px);
  }
}

@keyframes particle-animation-30 {
  100% {
    transform: translate3d(67vw, 14vh, 42px);
  }
}
.particle:nth-child(30) {
  -webkit-animation: particle-animation-30 60s infinite;
          animation: particle-animation-30 60s infinite;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  transform: translate3d(64vw, 40vh, 81px);
  background: transparent;
  box-shadow: 0 0 0 1px #000;
}