

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

@-webkit-keyframes particle-animation-1 {
  100% {
    transform: translate3d(7vw, 12vh, 47px);
  }
}

@keyframes particle-animation-1 {
  100% {
    transform: translate3d(7vw, 12vh, 47px);
  }
}
.particle:nth-child(1) {
  -webkit-animation: particle-animation-1 160s infinite;
          animation: particle-animation-1 160s infinite;
  opacity: 0.05;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.2s;
  transform: translate3d(50vw, 95vh, 45px);
  background: #65d926;
}

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

@keyframes particle-animation-2 {
  100% {
    transform: translate3d(68vw, 78vh, 78px);
  }
}
.particle:nth-child(2) {
  -webkit-animation: particle-animation-2 60s infinite;
          animation: particle-animation-2 60s infinite;
  opacity: 0.709;
  height: 16px;
  width: 16px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  transform: translate3d(12vw, 52vh, 92px);
  background: #26a0d9;
}

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

@keyframes particle-animation-3 {
  100% {
    transform: translate3d(30vw, 55vh, 23px);
  }
}
.particle:nth-child(3) {
  -webkit-animation: particle-animation-3 60s infinite;
          animation: particle-animation-3 60s infinite;
  opacity: 2;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.6s;
  transform: translate3d(63vw, 24vh, 29px);
  background: #267ad9;
}

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

@keyframes particle-animation-4 {
  100% {
    transform: translate3d(74vw, 66vh, 87px);
  }
}
.particle:nth-child(4) {
  -webkit-animation: particle-animation-4 60s infinite;
          animation: particle-animation-4 60s infinite;
  opacity: 0.43;
  height: 13px;
  width: 13px;
  -webkit-animation-delay: -0.30s;
          animation-delay: -0.2s;
  transform: translate3d(66vw, 5vh, 46px);
  background: #d9262c;
}

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

@keyframes particle-animation-5 {
  100% {
    transform: translate3d(34vw, 79vh, 84px);
  }
}
.particle:nth-child(5) {
  -webkit-animation: particle-animation-5 60s infinite;
          animation: particle-animation-5 60s infinite;
  opacity: 0.5;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  transform: translate3d(2vw, 88vh, 9px);
  background: #32d926;
}

@-webkit-keyframes particle-animation-6 {
  100% {
    transform: translate3d(69vw, 72vh, 43px);
  }
}

@keyframes particle-animation-6 {
  100% {
    transform: translate3d(69vw, 72vh, 43px);
  }
}
.particle:nth-child(6) {
  -webkit-animation: particle-animation-6 60s infinite;
          animation: particle-animation-6 60s infinite;
  opacity: 0.02;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  transform: translate3d(11vw, 90vh, 24px);
  background: #264ad9;
}

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

@keyframes particle-animation-7 {
  100% {
    transform: translate3d(18vw, 89vh, 39px);
  }
}
.particle:nth-child(7) {
  -webkit-animation: particle-animation-7 60s infinite;
          animation: particle-animation-7 60s infinite;
  opacity: 0.56;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  transform: translate3d(62vw, 42vh, 42px);
  background: #3826d9;
}

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

@keyframes particle-animation-8 {
  100% {
    transform: translate3d(40vw, 36vh, 81px);
  }
}
.particle:nth-child(8) {
  -webkit-animation: particle-animation-8 60s infinite;
          animation: particle-animation-8 60s infinite;
  opacity: 0.84;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  transform: translate3d(42vw, 37vh, 69px);
  background: #5626d9;
}

@-webkit-keyframes particle-animation-9 {
  100% {
    transform: translate3d(2vw, 76vh, 17px);
  }
}

@keyframes particle-animation-9 {
  100% {
    transform: translate3d(2vw, 76vh, 17px);
  }
}
.particle:nth-child(9) {
  -webkit-animation: particle-animation-9 60s infinite;
          animation: particle-animation-9 60s infinite;
  opacity: 1;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  transform: translate3d(27vw, 5vh, 85px);
  background: #4726d9;
}

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

@keyframes particle-animation-10 {
  100% {
    transform: translate3d(25vw, 70vh, 75px);
  }
}
.particle:nth-child(10) {
  -webkit-animation: particle-animation-10 60s infinite;
          animation: particle-animation-10 60s infinite;
  opacity: 0.22;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  transform: translate3d(79vw, 17vh, 12px);
  background: #be26d9;
}

@-webkit-keyframes particle-animation-11 {
  100% {
    transform: translate3d(31vw, 68vh, 86px);
  }
}

@keyframes particle-animation-11 {
  100% {
    transform: translate3d(31vw, 68vh, 86px);
  }
}
.particle:nth-child(11) {
  -webkit-animation: particle-animation-11 60s infinite;
          animation: particle-animation-11 60s infinite;
  opacity: 0.47;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
  transform: translate3d(33vw, 73vh, 9px);
  background: #afd926;
}

@-webkit-keyframes particle-animation-12 {
  100% {
    transform: translate3d(64vw, 44vh, 34px);
  }
}

@keyframes particle-animation-12 {
  100% {
    transform: translate3d(64vw, 44vh, 34px);
  }
}
.particle:nth-child(12) {
  -webkit-animation: particle-animation-12 60s infinite;
          animation: particle-animation-12 60s infinite;
  opacity: 0.19;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
  transform: translate3d(74vw, 60vh, 98px);
  background: #97d926;
}

@-webkit-keyframes particle-animation-13 {
  100% {
    transform: translate3d(38vw, 53vh, 67px);
  }
}

@keyframes particle-animation-13 {
  100% {
    transform: translate3d(38vw, 53vh, 67px);
  }
}
.particle:nth-child(13) {
  -webkit-animation: particle-animation-13 60s infinite;
          animation: particle-animation-13 60s infinite;
  opacity: 0.39;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
  transform: translate3d(57vw, 77vh, 34px);
  background: #a6d926;
}

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

@keyframes particle-animation-14 {
  100% {
    transform: translate3d(77vw, 30vh, 28px);
  }
}
.particle:nth-child(14) {
  -webkit-animation: particle-animation-14 60s infinite;
          animation: particle-animation-14 60s infinite;
  opacity: 0.88;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
  transform: translate3d(38vw, 81vh, 52px);
  background: #5926d9;
}

@-webkit-keyframes particle-animation-15 {
  100% {
    transform: translate3d(14vw, 12vh, 6px);
  }
}

@keyframes particle-animation-15 {
  100% {
    transform: translate3d(14vw, 12vh, 6px);
  }
}
.particle:nth-child(15) {
  -webkit-animation: particle-animation-15 60s infinite;
          animation: particle-animation-15 60s infinite;
  opacity: 0.88;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  transform: translate3d(72vw, 63vh, 18px);
  background: #97d926;
}

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

@keyframes particle-animation-16 {
  100% {
    transform: translate3d(6vw, 20vh, 26px);
  }
}
.particle:nth-child(16) {
  -webkit-animation: particle-animation-16 60s infinite;
          animation: particle-animation-16 60s infinite;
  opacity: 0.99;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  transform: translate3d(11vw, 36vh, 39px);
  background: #d98b26;
}

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

@keyframes particle-animation-17 {
  100% {
    transform: translate3d(80vw, 12vh, 2px);
  }
}
.particle:nth-child(17) {
  -webkit-animation: particle-animation-17 60s infinite;
          animation: particle-animation-17 60s infinite;
  opacity: 0.91;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
  transform: translate3d(77vw, 81vh, 73px);
  background: #2691d9;
}

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

@keyframes particle-animation-18 {
  100% {
    transform: translate3d(5vw, 34vh, 7px);
  }
}
.particle:nth-child(18) {
  -webkit-animation: particle-animation-18 60s infinite;
          animation: particle-animation-18 60s infinite;
  opacity: 0.6;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
  transform: translate3d(56vw, 24vh, 33px);
  background: #82d926;
}

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

@keyframes particle-animation-19 {
  100% {
    transform: translate3d(57vw, 57vh, 27px);
  }
}
.particle:nth-child(19) {
  -webkit-animation: particle-animation-19 60s infinite;
          animation: particle-animation-19 60s infinite;
  opacity: 0.85;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
  transform: translate3d(25vw, 74vh, 87px);
  background: #c426d9;
}

@-webkit-keyframes particle-animation-20 {
  100% {
    transform: translate3d(10vw, 73vh, 26px);
  }
}

@keyframes particle-animation-20 {
  100% {
    transform: translate3d(10vw, 73vh, 26px);
  }
}
.particle:nth-child(20) {
  -webkit-animation: particle-animation-20 60s infinite;
          animation: particle-animation-20 60s infinite;
  opacity: 0.34;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  transform: translate3d(75vw, 83vh, 82px);
  background: #26d982;
}

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

@keyframes particle-animation-21 {
  100% {
    transform: translate3d(44vw, 29vh, 63px);
  }
}
.particle:nth-child(21) {
  -webkit-animation: particle-animation-21 60s infinite;
          animation: particle-animation-21 60s infinite;
  opacity: 0.68;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
  transform: translate3d(75vw, 45vh, 17px);
  background: #71d926;
}

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

@keyframes particle-animation-22 {
  100% {
    transform: translate3d(25vw, 69vh, 59px);
  }
}
.particle:nth-child(22) {
  -webkit-animation: particle-animation-22 60s infinite;
          animation: particle-animation-22 60s infinite;
  opacity: 0.52;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
  transform: translate3d(28vw, 21vh, 75px);
  background: #3226d9;
}

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

@keyframes particle-animation-23 {
  100% {
    transform: translate3d(75vw, 59vh, 49px);
  }
}
.particle:nth-child(23) {
  -webkit-animation: particle-animation-23 60s infinite;
          animation: particle-animation-23 60s infinite;
  opacity: 0.25;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
  transform: translate3d(85vw, 53vh, 43px);
  background: #80d926;
}

@-webkit-keyframes particle-animation-24 {
  100% {
    transform: translate3d(29vw, 80vh, 46px);
  }
}

@keyframes particle-animation-24 {
  100% {
    transform: translate3d(29vw, 80vh, 46px);
  }
}
.particle:nth-child(24) {
  -webkit-animation: particle-animation-24 60s infinite;
          animation: particle-animation-24 60s infinite;
  opacity: 0.78;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
  transform: translate3d(20vw, 57vh, 50px);
  background: #d92632;
}

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

@keyframes particle-animation-25 {
  100% {
    transform: translate3d(46vw, 3vh, 53px);
  }
}
.particle:nth-child(25) {
  -webkit-animation: particle-animation-25 60s infinite;
          animation: particle-animation-25 60s infinite;
  opacity: 0.09;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  transform: translate3d(76vw, 20vh, 46px);
  background: #2644d9;
}

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

@keyframes particle-animation-26 {
  100% {
    transform: translate3d(1vw, 39vh, 15px);
  }
}
.particle:nth-child(26) {
  -webkit-animation: particle-animation-26 60s infinite;
          animation: particle-animation-26 60s infinite;
  opacity: 0.18;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
  transform: translate3d(37vw, 43vh, 12px);
  background: white;
}

@-webkit-keyframes particle-animation-27 {
  100% {
    transform: translate3d(9vw, 4vh, 94px);
  }
}

@keyframes particle-animation-27 {
  100% {
    transform: translate3d(9vw, 4vh, 94px);
  }
}
.particle:nth-child(27) {
  -webkit-animation: particle-animation-27 60s infinite;
          animation: particle-animation-27 60s infinite;
  opacity: 0.61;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
  transform: translate3d(7vw, 50vh, 32px);
  background: #2c26d9;
}

@-webkit-keyframes particle-animation-28 {
  100% {
    transform: translate3d(55vw, 33vh, 36px);
  }
}

@keyframes particle-animation-28 {
  100% {
    transform: translate3d(55vw, 33vh, 36px);
  }
}
.particle:nth-child(28) {
  -webkit-animation: particle-animation-28 60s infinite;
          animation: particle-animation-28 60s infinite;
  opacity: 0.39;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -5.6s;
          animation-delay: -5.6s;
  transform: translate3d(17vw, 10vh, 27px);
  background: #af26d9;
}

@-webkit-keyframes particle-animation-29 {
  100% {
    transform: translate3d(86vw, 3vh, 6px);
  }
}

@keyframes particle-animation-29 {
  100% {
    transform: translate3d(86vw, 3vh, 6px);
  }
}
.particle:nth-child(29) {
  -webkit-animation: particle-animation-29 60s infinite;
          animation: particle-animation-29 60s infinite;
  opacity: 0.58;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
  transform: translate3d(88vw, 9vh, 75px);
  background: #5026d9;
}

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

@keyframes particle-animation-30 {
  100% {
    transform: translate3d(62vw, 22vh, 62px);
  }
}
.particle:nth-child(30) {
  -webkit-animation: particle-animation-30 60s infinite;
          animation: particle-animation-30 60s infinite;
  opacity: 0.28;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  transform: translate3d(60vw, 76vh, 31px);
  background: white;
}