html, body {
  height: 100%;
}

body {
  background: black;
  min-height: 100%;
  overflow: hidden;
}

@-webkit-keyframes move {
  100% {
    -webkit-transform: translate3d(0, 0, -1000px);
            transform: translate3d(0, 0, -1000px);
  }
}

@keyframes move {
  100% {
    -webkit-transform: translate3d(0, 0, -1000px);
            transform: translate3d(0, 0, -1000px);
  }
}
.container {
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.bubble-wrap {
  margin: 0 auto;
  width: 500px;
  height: 500px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-perspective: 600px;
          perspective: 600px;
}

.bubble {
  position: absolute;
  background: black;
  opacity: .7;
  border-radius: 50%;
  -webkit-animation: move 3s infinite;
          animation: move 3s infinite;
}

.bubble:nth-child(1) {
  height: 25px;
  width: 25px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  -webkit-transform: translate3d(55px, 501px, 590px);
          transform: translate3d(55px, 501px, 590px);
  background: #7126d9;
}

.bubble:nth-child(2) {
  height: 19px;
  width: 19px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  -webkit-transform: translate3d(370px, 443px, 125px);
          transform: translate3d(370px, 443px, 125px);
  background: #26d9d6;
}

.bubble:nth-child(3) {
  height: 24px;
  width: 24px;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-transform: translate3d(504px, 82px, 1676px);
          transform: translate3d(504px, 82px, 1676px);
  background: #d96226;
}

.bubble:nth-child(4) {
  height: 21px;
  width: 21px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  -webkit-transform: translate3d(600px, 604px, 353px);
          transform: translate3d(600px, 604px, 353px);
  background: #26d98e;
}

.bubble:nth-child(5) {
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-transform: translate3d(254px, 845px, 670px);
          transform: translate3d(254px, 845px, 670px);
  background: #6ed926;
}

.bubble:nth-child(6) {
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  -webkit-transform: translate3d(596px, 859px, 1482px);
          transform: translate3d(596px, 859px, 1482px);
  background: #2685d9;
}

.bubble:nth-child(7) {
  height: 12px;
  width: 12px;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  -webkit-transform: translate3d(781px, 592px, 1298px);
          transform: translate3d(781px, 592px, 1298px);
  background: #56d926;
}

.bubble:nth-child(8) {
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  -webkit-transform: translate3d(235px, 506px, 771px);
          transform: translate3d(235px, 506px, 771px);
  background: #d94d26;
}

.bubble:nth-child(9) {
  height: 1px;
  width: 1px;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  -webkit-transform: translate3d(667px, 959px, 103px);
          transform: translate3d(667px, 959px, 103px);
  background: #26d944;
}

.bubble:nth-child(10) {
  height: 16px;
  width: 16px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-transform: translate3d(472px, 916px, 616px);
          transform: translate3d(472px, 916px, 616px);
  background: #d92650;
}

.bubble:nth-child(11) {
  height: 25px;
  width: 25px;
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
  -webkit-transform: translate3d(575px, 445px, 732px);
          transform: translate3d(575px, 445px, 732px);
  background: #d92662;
}

.bubble:nth-child(12) {
  height: 4px;
  width: 4px;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
  -webkit-transform: translate3d(977px, 472px, 900px);
          transform: translate3d(977px, 472px, 900px);
  background: #26d93e;
}

.bubble:nth-child(13) {
  height: 24px;
  width: 24px;
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
  -webkit-transform: translate3d(815px, 169px, 347px);
          transform: translate3d(815px, 169px, 347px);
  background: #26d962;
}

.bubble:nth-child(14) {
  height: 30px;
  width: 30px;
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
  -webkit-transform: translate3d(185px, 183px, 127px);
          transform: translate3d(185px, 183px, 127px);
  background: #26d96e;
}

.bubble:nth-child(15) {
  height: 19px;
  width: 19px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-transform: translate3d(793px, 406px, 630px);
          transform: translate3d(793px, 406px, 630px);
  background: #d92665;
}

.bubble:nth-child(16) {
  height: 2px;
  width: 2px;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  -webkit-transform: translate3d(625px, 739px, 639px);
          transform: translate3d(625px, 739px, 639px);
  background: #26d9b8;
}

.bubble:nth-child(17) {
  height: 11px;
  width: 11px;
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
  -webkit-transform: translate3d(345px, 929px, 1766px);
          transform: translate3d(345px, 929px, 1766px);
  background: #2656d9;
}

.bubble:nth-child(18) {
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
  -webkit-transform: translate3d(398px, 928px, 1095px);
          transform: translate3d(398px, 928px, 1095px);
  background: #26d947;
}

.bubble:nth-child(19) {
  height: 16px;
  width: 16px;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
  -webkit-transform: translate3d(206px, 258px, 1141px);
          transform: translate3d(206px, 258px, 1141px);
  background: #d92647;
}

.bubble:nth-child(20) {
  height: 12px;
  width: 12px;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-transform: translate3d(930px, 524px, 660px);
          transform: translate3d(930px, 524px, 660px);
  background: #8b26d9;
}

.bubble:nth-child(21) {
  height: 16px;
  width: 16px;
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
  -webkit-transform: translate3d(956px, 832px, 263px);
          transform: translate3d(956px, 832px, 263px);
  background: #26d98e;
}

.bubble:nth-child(22) {
  height: 4px;
  width: 4px;
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
  -webkit-transform: translate3d(807px, 124px, 1932px);
          transform: translate3d(807px, 124px, 1932px);
  background: #d98526;
}

.bubble:nth-child(23) {
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
  -webkit-transform: translate3d(362px, 979px, 1081px);
          transform: translate3d(362px, 979px, 1081px);
  background: #26d944;
}

.bubble:nth-child(24) {
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
  -webkit-transform: translate3d(226px, 130px, 1325px);
          transform: translate3d(226px, 130px, 1325px);
  background: #26b5d9;
}

.bubble:nth-child(25) {
  height: 22px;
  width: 22px;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-transform: translate3d(472px, 834px, 869px);
          transform: translate3d(472px, 834px, 869px);
  background: #d98826;
}

.bubble:nth-child(26) {
  height: 14px;
  width: 14px;
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
  -webkit-transform: translate3d(928px, 803px, 1428px);
          transform: translate3d(928px, 803px, 1428px);
  background: #5cd926;
}

.bubble:nth-child(27) {
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
  -webkit-transform: translate3d(67px, 447px, 542px);
          transform: translate3d(67px, 447px, 542px);
  background: #8b26d9;
}

.bubble:nth-child(28) {
  height: 28px;
  width: 28px;
  -webkit-animation-delay: -5.6s;
          animation-delay: -5.6s;
  -webkit-transform: translate3d(222px, 738px, 1626px);
          transform: translate3d(222px, 738px, 1626px);
  background: #d94d26;
}

.bubble:nth-child(29) {
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
  -webkit-transform: translate3d(964px, 52px, 19px);
          transform: translate3d(964px, 52px, 19px);
  background: #d94726;
}

.bubble:nth-child(30) {
  height: 29px;
  width: 29px;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  -webkit-transform: translate3d(700px, 616px, 1480px);
          transform: translate3d(700px, 616px, 1480px);
  background: #d9b826;
}

.bubble:nth-child(31) {
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -6.2s;
          animation-delay: -6.2s;
  -webkit-transform: translate3d(412px, 808px, 1936px);
          transform: translate3d(412px, 808px, 1936px);
  background: #26c4d9;
}

.bubble:nth-child(32) {
  height: 12px;
  width: 12px;
  -webkit-animation-delay: -6.4s;
          animation-delay: -6.4s;
  -webkit-transform: translate3d(695px, 278px, 919px);
          transform: translate3d(695px, 278px, 919px);
  background: #9dd926;
}

.bubble:nth-child(33) {
  height: 15px;
  width: 15px;
  -webkit-animation-delay: -6.6s;
          animation-delay: -6.6s;
  -webkit-transform: translate3d(959px, 270px, 1501px);
          transform: translate3d(959px, 270px, 1501px);
  background: #2659d9;
}

.bubble:nth-child(34) {
  height: 23px;
  width: 23px;
  -webkit-animation-delay: -6.8s;
          animation-delay: -6.8s;
  -webkit-transform: translate3d(1000px, 26px, 24px);
          transform: translate3d(1000px, 26px, 24px);
  background: #26b8d9;
}

.bubble:nth-child(35) {
  height: 15px;
  width: 15px;
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
  -webkit-transform: translate3d(485px, 688px, 22px);
          transform: translate3d(485px, 688px, 22px);
  background: #26a3d9;
}

.bubble:nth-child(36) {
  height: 19px;
  width: 19px;
  -webkit-animation-delay: -7.2s;
          animation-delay: -7.2s;
  -webkit-transform: translate3d(961px, 337px, 78px);
          transform: translate3d(961px, 337px, 78px);
  background: #d9266e;
}

.bubble:nth-child(37) {
  height: 18px;
  width: 18px;
  -webkit-animation-delay: -7.4s;
          animation-delay: -7.4s;
  -webkit-transform: translate3d(154px, 987px, 1344px);
          transform: translate3d(154px, 987px, 1344px);
  background: #cd26d9;
}

.bubble:nth-child(38) {
  height: 27px;
  width: 27px;
  -webkit-animation-delay: -7.6s;
          animation-delay: -7.6s;
  -webkit-transform: translate3d(90px, 622px, 1979px);
          transform: translate3d(90px, 622px, 1979px);
  background: #d99726;
}

.bubble:nth-child(39) {
  height: 17px;
  width: 17px;
  -webkit-animation-delay: -7.8s;
          animation-delay: -7.8s;
  -webkit-transform: translate3d(231px, 690px, 1142px);
          transform: translate3d(231px, 690px, 1142px);
  background: #d97a26;
}

.bubble:nth-child(40) {
  height: 23px;
  width: 23px;
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
  -webkit-transform: translate3d(60px, 794px, 1582px);
          transform: translate3d(60px, 794px, 1582px);
  background: #5326d9;
}

.bubble:nth-child(41) {
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -8.2s;
          animation-delay: -8.2s;
  -webkit-transform: translate3d(987px, 121px, 1103px);
          transform: translate3d(987px, 121px, 1103px);
  background: #71d926;
}

.bubble:nth-child(42) {
  height: 13px;
  width: 13px;
  -webkit-animation-delay: -8.4s;
          animation-delay: -8.4s;
  -webkit-transform: translate3d(468px, 532px, 456px);
          transform: translate3d(468px, 532px, 456px);
  background: #d9ac26;
}

.bubble:nth-child(43) {
  height: 12px;
  width: 12px;
  -webkit-animation-delay: -8.6s;
          animation-delay: -8.6s;
  -webkit-transform: translate3d(427px, 521px, 721px);
          transform: translate3d(427px, 521px, 721px);
  background: #26a6d9;
}

.bubble:nth-child(44) {
  height: 12px;
  width: 12px;
  -webkit-animation-delay: -8.8s;
          animation-delay: -8.8s;
  -webkit-transform: translate3d(204px, 277px, 465px);
          transform: translate3d(204px, 277px, 465px);
  background: #6bd926;
}

.bubble:nth-child(45) {
  height: 30px;
  width: 30px;
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
  -webkit-transform: translate3d(883px, 902px, 591px);
          transform: translate3d(883px, 902px, 591px);
  background: #d95326;
}

.bubble:nth-child(46) {
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -9.2s;
          animation-delay: -9.2s;
  -webkit-transform: translate3d(42px, 375px, 1051px);
          transform: translate3d(42px, 375px, 1051px);
  background: #9dd926;
}

.bubble:nth-child(47) {
  height: 25px;
  width: 25px;
  -webkit-animation-delay: -9.4s;
          animation-delay: -9.4s;
  -webkit-transform: translate3d(886px, 828px, 69px);
          transform: translate3d(886px, 828px, 69px);
  background: #d92688;
}

.bubble:nth-child(48) {
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -9.6s;
          animation-delay: -9.6s;
  -webkit-transform: translate3d(888px, 984px, 1220px);
          transform: translate3d(888px, 984px, 1220px);
  background: #d9c126;
}

.bubble:nth-child(49) {
  height: 21px;
  width: 21px;
  -webkit-animation-delay: -9.8s;
          animation-delay: -9.8s;
  -webkit-transform: translate3d(443px, 616px, 1639px);
          transform: translate3d(443px, 616px, 1639px);
  background: #5626d9;
}

.bubble:nth-child(50) {
  height: 17px;
  width: 17px;
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
  -webkit-transform: translate3d(472px, 390px, 1287px);
          transform: translate3d(472px, 390px, 1287px);
  background: #cad926;
}

.bubble:nth-child(51) {
  height: 20px;
  width: 20px;
  -webkit-animation-delay: -10.2s;
          animation-delay: -10.2s;
  -webkit-transform: translate3d(672px, 617px, 1181px);
          transform: translate3d(672px, 617px, 1181px);
  background: #38d926;
}

.bubble:nth-child(52) {
  height: 23px;
  width: 23px;
  -webkit-animation-delay: -10.4s;
          animation-delay: -10.4s;
  -webkit-transform: translate3d(903px, 480px, 1430px);
          transform: translate3d(903px, 480px, 1430px);
  background: #d9269a;
}

.bubble:nth-child(53) {
  height: 14px;
  width: 14px;
  -webkit-animation-delay: -10.6s;
          animation-delay: -10.6s;
  -webkit-transform: translate3d(566px, 691px, 1548px);
          transform: translate3d(566px, 691px, 1548px);
  background: #2632d9;
}

.bubble:nth-child(54) {
  height: 26px;
  width: 26px;
  -webkit-animation-delay: -10.8s;
          animation-delay: -10.8s;
  -webkit-transform: translate3d(685px, 546px, 656px);
          transform: translate3d(685px, 546px, 656px);
  background: #d926af;
}

.bubble:nth-child(55) {
  height: 20px;
  width: 20px;
  -webkit-animation-delay: -11s;
          animation-delay: -11s;
  -webkit-transform: translate3d(901px, 235px, 831px);
          transform: translate3d(901px, 235px, 831px);
  background: #26d9b2;
}

.bubble:nth-child(56) {
  height: 24px;
  width: 24px;
  -webkit-animation-delay: -11.2s;
          animation-delay: -11.2s;
  -webkit-transform: translate3d(641px, 324px, 750px);
          transform: translate3d(641px, 324px, 750px);
  background: #26d994;
}

.bubble:nth-child(57) {
  height: 27px;
  width: 27px;
  -webkit-animation-delay: -11.4s;
          animation-delay: -11.4s;
  -webkit-transform: translate3d(994px, 628px, 1602px);
          transform: translate3d(994px, 628px, 1602px);
  background: #d026d9;
}

.bubble:nth-child(58) {
  height: 29px;
  width: 29px;
  -webkit-animation-delay: -11.6s;
          animation-delay: -11.6s;
  -webkit-transform: translate3d(844px, 383px, 1140px);
          transform: translate3d(844px, 383px, 1140px);
  background: #d9268e;
}

.bubble:nth-child(59) {
  height: 25px;
  width: 25px;
  -webkit-animation-delay: -11.8s;
          animation-delay: -11.8s;
  -webkit-transform: translate3d(154px, 995px, 202px);
          transform: translate3d(154px, 995px, 202px);
  background: #d9be26;
}

.bubble:nth-child(60) {
  height: 13px;
  width: 13px;
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
  -webkit-transform: translate3d(312px, 530px, 1974px);
          transform: translate3d(312px, 530px, 1974px);
  background: #d926cd;
}

.bubble:nth-child(61) {
  height: 15px;
  width: 15px;
  -webkit-animation-delay: -12.2s;
          animation-delay: -12.2s;
  -webkit-transform: translate3d(344px, 219px, 1963px);
          transform: translate3d(344px, 219px, 1963px);
  background: #d6d926;
}

.bubble:nth-child(62) {
  height: 11px;
  width: 11px;
  -webkit-animation-delay: -12.4s;
          animation-delay: -12.4s;
  -webkit-transform: translate3d(84px, 819px, 1565px);
          transform: translate3d(84px, 819px, 1565px);
  background: #d926cd;
}

.bubble:nth-child(63) {
  height: 17px;
  width: 17px;
  -webkit-animation-delay: -12.6s;
          animation-delay: -12.6s;
  -webkit-transform: translate3d(73px, 921px, 1733px);
          transform: translate3d(73px, 921px, 1733px);
  background: #d95f26;
}

.bubble:nth-child(64) {
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -12.8s;
          animation-delay: -12.8s;
  -webkit-transform: translate3d(872px, 313px, 715px);
          transform: translate3d(872px, 313px, 715px);
  background: #5926d9;
}

.bubble:nth-child(65) {
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -13s;
          animation-delay: -13s;
  -webkit-transform: translate3d(102px, 116px, 110px);
          transform: translate3d(102px, 116px, 110px);
  background: #d95926;
}

.bubble:nth-child(66) {
  height: 25px;
  width: 25px;
  -webkit-animation-delay: -13.2s;
          animation-delay: -13.2s;
  -webkit-transform: translate3d(726px, 165px, 1683px);
          transform: translate3d(726px, 165px, 1683px);
  background: #d0d926;
}

.bubble:nth-child(67) {
  height: 17px;
  width: 17px;
  -webkit-animation-delay: -13.4s;
          animation-delay: -13.4s;
  -webkit-transform: translate3d(606px, 554px, 1896px);
          transform: translate3d(606px, 554px, 1896px);
  background: #26d9b2;
}

.bubble:nth-child(68) {
  height: 26px;
  width: 26px;
  -webkit-animation-delay: -13.6s;
          animation-delay: -13.6s;
  -webkit-transform: translate3d(671px, 788px, 1309px);
          transform: translate3d(671px, 788px, 1309px);
  background: #26d99a;
}

.bubble:nth-child(69) {
  height: 3px;
  width: 3px;
  -webkit-animation-delay: -13.8s;
          animation-delay: -13.8s;
  -webkit-transform: translate3d(667px, 509px, 135px);
          transform: translate3d(667px, 509px, 135px);
  background: #c726d9;
}

.bubble:nth-child(70) {
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -14s;
          animation-delay: -14s;
  -webkit-transform: translate3d(8px, 699px, 1958px);
          transform: translate3d(8px, 699px, 1958px);
  background: #d9a026;
}

.bubble:nth-child(71) {
  height: 13px;
  width: 13px;
  -webkit-animation-delay: -14.2s;
          animation-delay: -14.2s;
  -webkit-transform: translate3d(208px, 430px, 1798px);
          transform: translate3d(208px, 430px, 1798px);
  background: #2635d9;
}

.bubble:nth-child(72) {
  height: 25px;
  width: 25px;
  -webkit-animation-delay: -14.4s;
          animation-delay: -14.4s;
  -webkit-transform: translate3d(978px, 409px, 120px);
          transform: translate3d(978px, 409px, 120px);
  background: #263bd9;
}

.bubble:nth-child(73) {
  height: 22px;
  width: 22px;
  -webkit-animation-delay: -14.6s;
          animation-delay: -14.6s;
  -webkit-transform: translate3d(232px, 800px, 1086px);
          transform: translate3d(232px, 800px, 1086px);
  background: #2926d9;
}

.bubble:nth-child(74) {
  height: 13px;
  width: 13px;
  -webkit-animation-delay: -14.8s;
          animation-delay: -14.8s;
  -webkit-transform: translate3d(618px, 170px, 2000px);
          transform: translate3d(618px, 170px, 2000px);
  background: #2c26d9;
}

.bubble:nth-child(75) {
  height: 24px;
  width: 24px;
  -webkit-animation-delay: -15s;
          animation-delay: -15s;
  -webkit-transform: translate3d(623px, 319px, 481px);
          transform: translate3d(623px, 319px, 481px);
  background: #8226d9;
}

.bubble:nth-child(76) {
  height: 3px;
  width: 3px;
  -webkit-animation-delay: -15.2s;
          animation-delay: -15.2s;
  -webkit-transform: translate3d(924px, 894px, 1644px);
          transform: translate3d(924px, 894px, 1644px);
  background: #d9267a;
}

.bubble:nth-child(77) {
  height: 21px;
  width: 21px;
  -webkit-animation-delay: -15.4s;
          animation-delay: -15.4s;
  -webkit-transform: translate3d(971px, 85px, 898px);
          transform: translate3d(971px, 85px, 898px);
  background: #2671d9;
}

.bubble:nth-child(78) {
  height: 12px;
  width: 12px;
  -webkit-animation-delay: -15.6s;
          animation-delay: -15.6s;
  -webkit-transform: translate3d(1px, 827px, 378px);
          transform: translate3d(1px, 827px, 378px);
  background: #d926c4;
}

.bubble:nth-child(79) {
  height: 15px;
  width: 15px;
  -webkit-animation-delay: -15.8s;
          animation-delay: -15.8s;
  -webkit-transform: translate3d(101px, 670px, 68px);
          transform: translate3d(101px, 670px, 68px);
  background: #d96526;
}

.bubble:nth-child(80) {
  height: 16px;
  width: 16px;
  -webkit-animation-delay: -16s;
          animation-delay: -16s;
  -webkit-transform: translate3d(119px, 273px, 1892px);
          transform: translate3d(119px, 273px, 1892px);
  background: #8026d9;
}

.bubble:nth-child(81) {
  height: 29px;
  width: 29px;
  -webkit-animation-delay: -16.2s;
          animation-delay: -16.2s;
  -webkit-transform: translate3d(281px, 95px, 1805px);
          transform: translate3d(281px, 95px, 1805px);
  background: #d94d26;
}

.bubble:nth-child(82) {
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -16.4s;
          animation-delay: -16.4s;
  -webkit-transform: translate3d(275px, 984px, 487px);
          transform: translate3d(275px, 984px, 487px);
  background: #a6d926;
}

.bubble:nth-child(83) {
  height: 24px;
  width: 24px;
  -webkit-animation-delay: -16.6s;
          animation-delay: -16.6s;
  -webkit-transform: translate3d(516px, 602px, 528px);
          transform: translate3d(516px, 602px, 528px);
  background: #d9265c;
}

.bubble:nth-child(84) {
  height: 16px;
  width: 16px;
  -webkit-animation-delay: -16.8s;
          animation-delay: -16.8s;
  -webkit-transform: translate3d(428px, 713px, 800px);
          transform: translate3d(428px, 713px, 800px);
  background: #6826d9;
}

.bubble:nth-child(85) {
  height: 22px;
  width: 22px;
  -webkit-animation-delay: -17s;
          animation-delay: -17s;
  -webkit-transform: translate3d(451px, 293px, 719px);
          transform: translate3d(451px, 293px, 719px);
  background: #d93826;
}

.bubble:nth-child(86) {
  height: 25px;
  width: 25px;
  -webkit-animation-delay: -17.2s;
          animation-delay: -17.2s;
  -webkit-transform: translate3d(474px, 307px, 655px);
          transform: translate3d(474px, 307px, 655px);
  background: #d9b826;
}

.bubble:nth-child(87) {
  height: 19px;
  width: 19px;
  -webkit-animation-delay: -17.4s;
          animation-delay: -17.4s;
  -webkit-transform: translate3d(724px, 4px, 1141px);
          transform: translate3d(724px, 4px, 1141px);
  background: #26d938;
}

.bubble:nth-child(88) {
  height: 21px;
  width: 21px;
  -webkit-animation-delay: -17.6s;
          animation-delay: -17.6s;
  -webkit-transform: translate3d(421px, 808px, 1508px);
          transform: translate3d(421px, 808px, 1508px);
  background: #2638d9;
}

.bubble:nth-child(89) {
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -17.8s;
          animation-delay: -17.8s;
  -webkit-transform: translate3d(454px, 898px, 429px);
          transform: translate3d(454px, 898px, 429px);
  background: #5926d9;
}

.bubble:nth-child(90) {
  height: 12px;
  width: 12px;
  -webkit-animation-delay: -18s;
          animation-delay: -18s;
  -webkit-transform: translate3d(291px, 154px, 542px);
          transform: translate3d(291px, 154px, 542px);
  background: #26b2d9;
}

.bubble:nth-child(91) {
  height: 19px;
  width: 19px;
  -webkit-animation-delay: -18.2s;
          animation-delay: -18.2s;
  -webkit-transform: translate3d(162px, 978px, 1564px);
          transform: translate3d(162px, 978px, 1564px);
  background: #d92638;
}

.bubble:nth-child(92) {
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -18.4s;
          animation-delay: -18.4s;
  -webkit-transform: translate3d(503px, 880px, 1349px);
          transform: translate3d(503px, 880px, 1349px);
  background: #d98e26;
}

.bubble:nth-child(93) {
  height: 17px;
  width: 17px;
  -webkit-animation-delay: -18.6s;
          animation-delay: -18.6s;
  -webkit-transform: translate3d(914px, 762px, 560px);
          transform: translate3d(914px, 762px, 560px);
  background: #d92685;
}

.bubble:nth-child(94) {
  height: 20px;
  width: 20px;
  -webkit-animation-delay: -18.8s;
          animation-delay: -18.8s;
  -webkit-transform: translate3d(878px, 788px, 1978px);
          transform: translate3d(878px, 788px, 1978px);
  background: #d93b26;
}

.bubble:nth-child(95) {
  height: 3px;
  width: 3px;
  -webkit-animation-delay: -19s;
          animation-delay: -19s;
  -webkit-transform: translate3d(148px, 119px, 1679px);
          transform: translate3d(148px, 119px, 1679px);
  background: #d97a26;
}

.bubble:nth-child(96) {
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -19.2s;
          animation-delay: -19.2s;
  -webkit-transform: translate3d(4px, 585px, 379px);
          transform: translate3d(4px, 585px, 379px);
  background: #65d926;
}

.bubble:nth-child(97) {
  height: 16px;
  width: 16px;
  -webkit-animation-delay: -19.4s;
          animation-delay: -19.4s;
  -webkit-transform: translate3d(923px, 10px, 956px);
          transform: translate3d(923px, 10px, 956px);
  background: #53d926;
}

.bubble:nth-child(98) {
  height: 4px;
  width: 4px;
  -webkit-animation-delay: -19.6s;
          animation-delay: -19.6s;
  -webkit-transform: translate3d(32px, 584px, 1816px);
          transform: translate3d(32px, 584px, 1816px);
  background: #26bbd9;
}

.bubble:nth-child(99) {
  height: 23px;
  width: 23px;
  -webkit-animation-delay: -19.8s;
          animation-delay: -19.8s;
  -webkit-transform: translate3d(580px, 135px, 617px);
          transform: translate3d(580px, 135px, 617px);
  background: #26d9b8;
}

.bubble:nth-child(100) {
  height: 28px;
  width: 28px;
  -webkit-animation-delay: -20s;
          animation-delay: -20s;
  -webkit-transform: translate3d(487px, 798px, 616px);
          transform: translate3d(487px, 798px, 616px);
  background: #d9af26;
}
