html,
body {
    height: 100%;
}

body {
    min-height: 100%;
}

@-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);
    }
}

.bubble-wrap {
    margin: 0 auto;
    /* width: 500px; */
    /* height: 1100px; */
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-perspective: 600px;
    perspective: 400px;
}

.bubble {
    position: absolute;
    /* left: 25%; */
    opacity: .7;
    border-radius: 50%;
    -webkit-animation: move 3s infinite;
    animation: move 3s infinite;
}

.bubble:nth-child(1) {
    height: 1px;
    width: 1px;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    -webkit-transform: translate3d(89px, 152px, 563px);
    transform: translate3d(89px, 152px, 563px);
    background: #2688d9;
}

.bubble:nth-child(2) {
    height: 17px;
    width: 17px;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    -webkit-transform: translate3d(56px, 281px, 667px);
    transform: translate3d(56px, 281px, 667px);
    background: #5926d9;
}

.bubble:nth-child(3) {
    height: 11px;
    width: 11px;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    -webkit-transform: translate3d(460px, 315px, 1474px);
    transform: translate3d(460px, 315px, 1474px);
    background: #2647d9;
}

.bubble:nth-child(4) {
    height: 12px;
    width: 12px;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    -webkit-transform: translate3d(978px, 399px, 1063px);
    transform: translate3d(978px, 399px, 1063px);
    background: #2f26d9;
}

.bubble:nth-child(5) {
    height: 8px;
    width: 8px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    -webkit-transform: translate3d(24px, 504px, 1359px);
    transform: translate3d(24px, 504px, 1359px);
    background: #2682d9;
}

.bubble:nth-child(6) {
    height: 23px;
    width: 23px;
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
    -webkit-transform: translate3d(424px, 89px, 636px);
    transform: translate3d(424px, 89px, 636px);
    background: #35d926;
}

.bubble:nth-child(7) {
    height: 22px;
    width: 22px;
    -webkit-animation-delay: -1.4s;
    animation-delay: -1.4s;
    -webkit-transform: translate3d(388px, 206px, 544px);
    transform: translate3d(388px, 206px, 544px);
    background: #26d953;
}

.bubble:nth-child(8) {
    height: 23px;
    width: 23px;
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
    -webkit-transform: translate3d(498px, 990px, 537px);
    transform: translate3d(498px, 990px, 537px);
    background: #d99726;
}

.bubble:nth-child(9) {
    height: 15px;
    width: 15px;
    -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
    -webkit-transform: translate3d(397px, 462px, 953px);
    transform: translate3d(397px, 462px, 953px);
    background: #d926c1;
}

.bubble:nth-child(10) {
    height: 18px;
    width: 18px;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-transform: translate3d(915px, 527px, 1872px);
    transform: translate3d(915px, 527px, 1872px);
    background: #2641d9;
}

.bubble:nth-child(11) {
    height: 25px;
    width: 25px;
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-transform: translate3d(995px, 137px, 584px);
    transform: translate3d(995px, 137px, 584px);
    background: #d96e26;
}

.bubble:nth-child(12) {
    height: 7px;
    width: 7px;
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s;
    -webkit-transform: translate3d(954px, 802px, 1828px);
    transform: translate3d(954px, 802px, 1828px);
    background: #d93526;
}

.bubble:nth-child(13) {
    height: 25px;
    width: 25px;
    -webkit-animation-delay: -2.6s;
    animation-delay: -2.6s;
    -webkit-transform: translate3d(678px, 781px, 931px);
    transform: translate3d(678px, 781px, 931px);
    background: #d926d6;
}

.bubble:nth-child(14) {
    height: 20px;
    width: 20px;
    -webkit-animation-delay: -2.8s;
    animation-delay: -2.8s;
    -webkit-transform: translate3d(477px, 990px, 919px);
    transform: translate3d(477px, 990px, 919px);
    background: #2926d9;
}

.bubble:nth-child(15) {
    height: 9px;
    width: 9px;
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-transform: translate3d(223px, 692px, 286px);
    transform: translate3d(223px, 692px, 286px);
    background: #9426d9;
}

.bubble:nth-child(16) {
    height: 14px;
    width: 14px;
    -webkit-animation-delay: -3.2s;
    animation-delay: -3.2s;
    -webkit-transform: translate3d(274px, 876px, 1905px);
    transform: translate3d(274px, 876px, 1905px);
    background: #d96e26;
}

.bubble:nth-child(17) {
    height: 26px;
    width: 26px;
    -webkit-animation-delay: -3.4s;
    animation-delay: -3.4s;
    -webkit-transform: translate3d(352px, 866px, 1771px);
    transform: translate3d(352px, 866px, 1771px);
    background: #77d926;
}

.bubble:nth-child(18) {
    height: 11px;
    width: 11px;
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s;
    -webkit-transform: translate3d(676px, 169px, 1012px);
    transform: translate3d(676px, 169px, 1012px);
    background: #3e26d9;
}

.bubble:nth-child(19) {
    height: 8px;
    width: 8px;
    -webkit-animation-delay: -3.8s;
    animation-delay: -3.8s;
    -webkit-transform: translate3d(12px, 794px, 717px);
    transform: translate3d(12px, 794px, 717px);
    background: #4426d9;
}

.bubble:nth-child(20) {
    height: 11px;
    width: 11px;
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-transform: translate3d(599px, 215px, 498px);
    transform: translate3d(599px, 215px, 498px);
    background: #26d9be;
}

.bubble:nth-child(21) {
    height: 12px;
    width: 12px;
    -webkit-animation-delay: -4.2s;
    animation-delay: -4.2s;
    -webkit-transform: translate3d(221px, 931px, 439px);
    transform: translate3d(221px, 931px, 439px);
    background: #d99a26;
}

.bubble:nth-child(22) {
    height: 21px;
    width: 21px;
    -webkit-animation-delay: -4.4s;
    animation-delay: -4.4s;
    -webkit-transform: translate3d(807px, 124px, 440px);
    transform: translate3d(807px, 124px, 440px);
    background: #26b8d9;
}

.bubble:nth-child(23) {
    height: 24px;
    width: 24px;
    -webkit-animation-delay: -4.6s;
    animation-delay: -4.6s;
    -webkit-transform: translate3d(802px, 919px, 1849px);
    transform: translate3d(802px, 919px, 1849px);
    background: #d9b226;
}

.bubble:nth-child(24) {
    height: 7px;
    width: 7px;
    -webkit-animation-delay: -4.8s;
    animation-delay: -4.8s;
    -webkit-transform: translate3d(419px, 680px, 1589px);
    transform: translate3d(419px, 680px, 1589px);
    background: #26d962;
}

.bubble:nth-child(25) {
    height: 4px;
    width: 4px;
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-transform: translate3d(443px, 135px, 894px);
    transform: translate3d(443px, 135px, 894px);
    background: #267dd9;
}

.bubble:nth-child(26) {
    height: 26px;
    width: 26px;
    -webkit-animation-delay: -5.2s;
    animation-delay: -5.2s;
    -webkit-transform: translate3d(497px, 688px, 1815px);
    transform: translate3d(497px, 688px, 1815px);
    background: #d9268e;
}

.bubble:nth-child(27) {
    height: 14px;
    width: 14px;
    -webkit-animation-delay: -5.4s;
    animation-delay: -5.4s;
    -webkit-transform: translate3d(802px, 84px, 470px);
    transform: translate3d(802px, 84px, 470px);
    background: #7d26d9;
}

.bubble:nth-child(28) {
    height: 29px;
    width: 29px;
    -webkit-animation-delay: -5.6s;
    animation-delay: -5.6s;
    -webkit-transform: translate3d(571px, 534px, 1339px);
    transform: translate3d(571px, 534px, 1339px);
    background: #d99126;
}

.bubble:nth-child(29) {
    height: 4px;
    width: 4px;
    -webkit-animation-delay: -5.8s;
    animation-delay: -5.8s;
    -webkit-transform: translate3d(503px, 390px, 1125px);
    transform: translate3d(503px, 390px, 1125px);
    background: #85d926;
}

.bubble:nth-child(30) {
    height: 29px;
    width: 29px;
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
    -webkit-transform: translate3d(109px, 219px, 622px);
    transform: translate3d(109px, 219px, 622px);
    background: #a026d9;
}

.bubble:nth-child(31) {
    height: 13px;
    width: 13px;
    -webkit-animation-delay: -6.2s;
    animation-delay: -6.2s;
    -webkit-transform: translate3d(210px, 122px, 216px);
    transform: translate3d(210px, 122px, 216px);
    background: #d9a626;
}

.bubble:nth-child(32) {
    height: 8px;
    width: 8px;
    -webkit-animation-delay: -6.4s;
    animation-delay: -6.4s;
    -webkit-transform: translate3d(689px, 131px, 543px);
    transform: translate3d(689px, 131px, 543px);
    background: #c7d926;
}

.bubble:nth-child(33) {
    height: 17px;
    width: 17px;
    -webkit-animation-delay: -6.6s;
    animation-delay: -6.6s;
    -webkit-transform: translate3d(548px, 954px, 1007px);
    transform: translate3d(548px, 954px, 1007px);
    background: #8ed926;
}

.bubble:nth-child(34) {
    height: 29px;
    width: 29px;
    -webkit-animation-delay: -6.8s;
    animation-delay: -6.8s;
    -webkit-transform: translate3d(309px, 786px, 504px);
    transform: translate3d(309px, 786px, 504px);
    background: #afd926;
}

.bubble:nth-child(35) {
    height: 6px;
    width: 6px;
    -webkit-animation-delay: -7s;
    animation-delay: -7s;
    -webkit-transform: translate3d(374px, 150px, 1333px);
    transform: translate3d(374px, 150px, 1333px);
    background: #d92671;
}

.bubble:nth-child(36) {
    height: 5px;
    width: 5px;
    -webkit-animation-delay: -7.2s;
    animation-delay: -7.2s;
    -webkit-transform: translate3d(198px, 513px, 1340px);
    transform: translate3d(198px, 513px, 1340px);
    background: #d026d9;
}

.bubble:nth-child(37) {
    height: 6px;
    width: 6px;
    -webkit-animation-delay: -7.4s;
    animation-delay: -7.4s;
    -webkit-transform: translate3d(511px, 587px, 1658px);
    transform: translate3d(511px, 587px, 1658px);
    background: #b526d9;
}

.bubble:nth-child(38) {
    height: 28px;
    width: 28px;
    -webkit-animation-delay: -7.6s;
    animation-delay: -7.6s;
    -webkit-transform: translate3d(719px, 129px, 1137px);
    transform: translate3d(719px, 129px, 1137px);
    background: #a9d926;
}

.bubble:nth-child(39) {
    height: 10px;
    width: 10px;
    -webkit-animation-delay: -7.8s;
    animation-delay: -7.8s;
    -webkit-transform: translate3d(711px, 641px, 578px);
    transform: translate3d(711px, 641px, 578px);
    background: #d94126;
}

.bubble:nth-child(40) {
    height: 25px;
    width: 25px;
    -webkit-animation-delay: -8s;
    animation-delay: -8s;
    -webkit-transform: translate3d(652px, 784px, 1007px);
    transform: translate3d(652px, 784px, 1007px);
    background: #2f26d9;
}

.bubble:nth-child(41) {
    height: 3px;
    width: 3px;
    -webkit-animation-delay: -8.2s;
    animation-delay: -8.2s;
    -webkit-transform: translate3d(153px, 104px, 358px);
    transform: translate3d(153px, 104px, 358px);
    background: #26d959;
}

.bubble:nth-child(42) {
    height: 15px;
    width: 15px;
    -webkit-animation-delay: -8.4s;
    animation-delay: -8.4s;
    -webkit-transform: translate3d(744px, 960px, 1076px);
    transform: translate3d(744px, 960px, 1076px);
    background: #d92680;
}

.bubble:nth-child(43) {
    height: 21px;
    width: 21px;
    -webkit-animation-delay: -8.6s;
    animation-delay: -8.6s;
    -webkit-transform: translate3d(418px, 21px, 1839px);
    transform: translate3d(418px, 21px, 1839px);
    background: #d98826;
}

.bubble:nth-child(44) {
    height: 16px;
    width: 16px;
    -webkit-animation-delay: -8.8s;
    animation-delay: -8.8s;
    -webkit-transform: translate3d(848px, 665px, 46px);
    transform: translate3d(848px, 665px, 46px);
    background: #a626d9;
}

.bubble:nth-child(45) {
    height: 24px;
    width: 24px;
    -webkit-animation-delay: -9s;
    animation-delay: -9s;
    -webkit-transform: translate3d(157px, 975px, 1223px);
    transform: translate3d(157px, 975px, 1223px);
    background: #59d926;
}

.bubble:nth-child(46) {
    height: 12px;
    width: 12px;
    -webkit-animation-delay: -9.2s;
    animation-delay: -9.2s;
    -webkit-transform: translate3d(681px, 717px, 1422px);
    transform: translate3d(681px, 717px, 1422px);
    background: #d92659;
}

.bubble:nth-child(47) {
    height: 4px;
    width: 4px;
    -webkit-animation-delay: -9.4s;
    animation-delay: -9.4s;
    -webkit-transform: translate3d(723px, 11px, 1269px);
    transform: translate3d(723px, 11px, 1269px);
    background: #7ad926;
}

.bubble:nth-child(48) {
    height: 26px;
    width: 26px;
    -webkit-animation-delay: -9.6s;
    animation-delay: -9.6s;
    -webkit-transform: translate3d(994px, 825px, 452px);
    transform: translate3d(994px, 825px, 452px);
    background: #8526d9;
}

.bubble:nth-child(49) {
    height: 24px;
    width: 24px;
    -webkit-animation-delay: -9.8s;
    animation-delay: -9.8s;
    -webkit-transform: translate3d(651px, 459px, 619px);
    transform: translate3d(651px, 459px, 619px);
    background: #35d926;
}

.bubble:nth-child(50) {
    height: 4px;
    width: 4px;
    -webkit-animation-delay: -10s;
    animation-delay: -10s;
    -webkit-transform: translate3d(624px, 825px, 710px);
    transform: translate3d(624px, 825px, 710px);
    background: #26a3d9;
}

.bubble:nth-child(51) {
    height: 24px;
    width: 24px;
    -webkit-animation-delay: -10.2s;
    animation-delay: -10.2s;
    -webkit-transform: translate3d(275px, 816px, 390px);
    transform: translate3d(275px, 816px, 390px);
    background: #c4d926;
}

.bubble:nth-child(52) {
    height: 29px;
    width: 29px;
    -webkit-animation-delay: -10.4s;
    animation-delay: -10.4s;
    -webkit-transform: translate3d(187px, 695px, 1212px);
    transform: translate3d(187px, 695px, 1212px);
    background: #d9b826;
}

.bubble:nth-child(53) {
    height: 28px;
    width: 28px;
    -webkit-animation-delay: -10.6s;
    animation-delay: -10.6s;
    -webkit-transform: translate3d(535px, 400px, 1320px);
    transform: translate3d(535px, 400px, 1320px);
    background: #d9d926;
}

.bubble:nth-child(54) {
    height: 6px;
    width: 6px;
    -webkit-animation-delay: -10.8s;
    animation-delay: -10.8s;
    -webkit-transform: translate3d(454px, 177px, 1727px);
    transform: translate3d(454px, 177px, 1727px);
    background: #62d926;
}

.bubble:nth-child(55) {
    height: 4px;
    width: 4px;
    -webkit-animation-delay: -11s;
    animation-delay: -11s;
    -webkit-transform: translate3d(247px, 311px, 19px);
    transform: translate3d(247px, 311px, 19px);
    background: #9726d9;
}

.bubble:nth-child(56) {
    height: 25px;
    width: 25px;
    -webkit-animation-delay: -11.2s;
    animation-delay: -11.2s;
    -webkit-transform: translate3d(365px, 921px, 1482px);
    transform: translate3d(365px, 921px, 1482px);
    background: #26d9a6;
}

.bubble:nth-child(57) {
    height: 17px;
    width: 17px;
    -webkit-animation-delay: -11.4s;
    animation-delay: -11.4s;
    -webkit-transform: translate3d(11px, 986px, 1783px);
    transform: translate3d(11px, 986px, 1783px);
    background: #d3d926;
}

.bubble:nth-child(58) {
    height: 27px;
    width: 27px;
    -webkit-animation-delay: -11.6s;
    animation-delay: -11.6s;
    -webkit-transform: translate3d(240px, 431px, 1698px);
    transform: translate3d(240px, 431px, 1698px);
    background: #d93526;
}

.bubble:nth-child(59) {
    height: 30px;
    width: 30px;
    -webkit-animation-delay: -11.8s;
    animation-delay: -11.8s;
    -webkit-transform: translate3d(740px, 574px, 250px);
    transform: translate3d(740px, 574px, 250px);
    background: #d9d626;
}

.bubble:nth-child(60) {
    height: 7px;
    width: 7px;
    -webkit-animation-delay: -12s;
    animation-delay: -12s;
    -webkit-transform: translate3d(199px, 166px, 574px);
    transform: translate3d(199px, 166px, 574px);
    background: #d92647;
}

.bubble:nth-child(61) {
    height: 28px;
    width: 28px;
    -webkit-animation-delay: -12.2s;
    animation-delay: -12.2s;
    -webkit-transform: translate3d(796px, 469px, 158px);
    transform: translate3d(796px, 469px, 158px);
    background: #26d9bb;
}

.bubble:nth-child(62) {
    height: 30px;
    width: 30px;
    -webkit-animation-delay: -12.4s;
    animation-delay: -12.4s;
    -webkit-transform: translate3d(846px, 2px, 1574px);
    transform: translate3d(846px, 2px, 1574px);
    background: #6526d9;
}

.bubble:nth-child(63) {
    height: 22px;
    width: 22px;
    -webkit-animation-delay: -12.6s;
    animation-delay: -12.6s;
    -webkit-transform: translate3d(83px, 953px, 331px);
    transform: translate3d(83px, 953px, 331px);
    background: #d926c4;
}

.bubble:nth-child(64) {
    height: 10px;
    width: 10px;
    -webkit-animation-delay: -12.8s;
    animation-delay: -12.8s;
    -webkit-transform: translate3d(71px, 965px, 73px);
    transform: translate3d(71px, 965px, 73px);
    background: #266ed9;
}

.bubble:nth-child(65) {
    height: 19px;
    width: 19px;
    -webkit-animation-delay: -13s;
    animation-delay: -13s;
    -webkit-transform: translate3d(218px, 911px, 1295px);
    transform: translate3d(218px, 911px, 1295px);
    background: #35d926;
}

.bubble:nth-child(66) {
    height: 1px;
    width: 1px;
    -webkit-animation-delay: -13.2s;
    animation-delay: -13.2s;
    -webkit-transform: translate3d(553px, 88px, 165px);
    transform: translate3d(553px, 88px, 165px);
    background: #4426d9;
}

.bubble:nth-child(67) {
    height: 24px;
    width: 24px;
    -webkit-animation-delay: -13.4s;
    animation-delay: -13.4s;
    -webkit-transform: translate3d(396px, 588px, 1050px);
    transform: translate3d(396px, 588px, 1050px);
    background: #d92c26;
}

.bubble:nth-child(68) {
    height: 19px;
    width: 19px;
    -webkit-animation-delay: -13.6s;
    animation-delay: -13.6s;
    -webkit-transform: translate3d(474px, 993px, 624px);
    transform: translate3d(474px, 993px, 624px);
    background: #26d94d;
}

.bubble:nth-child(69) {
    height: 18px;
    width: 18px;
    -webkit-animation-delay: -13.8s;
    animation-delay: -13.8s;
    -webkit-transform: translate3d(242px, 573px, 1188px);
    transform: translate3d(242px, 573px, 1188px);
    background: #d95c26;
}

.bubble:nth-child(70) {
    height: 3px;
    width: 3px;
    -webkit-animation-delay: -14s;
    animation-delay: -14s;
    -webkit-transform: translate3d(689px, 127px, 56px);
    transform: translate3d(689px, 127px, 56px);
    background: #d93826;
}

.bubble:nth-child(71) {
    height: 9px;
    width: 9px;
    -webkit-animation-delay: -14.2s;
    animation-delay: -14.2s;
    -webkit-transform: translate3d(790px, 993px, 366px);
    transform: translate3d(790px, 993px, 366px);
    background: #26d6d9;
}

.bubble:nth-child(72) {
    height: 14px;
    width: 14px;
    -webkit-animation-delay: -14.4s;
    animation-delay: -14.4s;
    -webkit-transform: translate3d(536px, 975px, 509px);
    transform: translate3d(536px, 975px, 509px);
    background: #26d92f;
}

.bubble:nth-child(73) {
    height: 2px;
    width: 2px;
    -webkit-animation-delay: -14.6s;
    animation-delay: -14.6s;
    -webkit-transform: translate3d(23px, 739px, 931px);
    transform: translate3d(23px, 739px, 931px);
    background: #c126d9;
}

.bubble:nth-child(74) {
    height: 18px;
    width: 18px;
    -webkit-animation-delay: -14.8s;
    animation-delay: -14.8s;
    -webkit-transform: translate3d(369px, 461px, 1298px);
    transform: translate3d(369px, 461px, 1298px);
    background: #5926d9;
}

.bubble:nth-child(75) {
    height: 27px;
    width: 27px;
    -webkit-animation-delay: -15s;
    animation-delay: -15s;
    -webkit-transform: translate3d(729px, 287px, 769px);
    transform: translate3d(729px, 287px, 769px);
    background: #26d9c1;
}

.bubble:nth-child(76) {
    height: 10px;
    width: 10px;
    -webkit-animation-delay: -15.2s;
    animation-delay: -15.2s;
    -webkit-transform: translate3d(872px, 397px, 1925px);
    transform: translate3d(872px, 397px, 1925px);
    background: #bed926;
}

.bubble:nth-child(77) {
    height: 20px;
    width: 20px;
    -webkit-animation-delay: -15.4s;
    animation-delay: -15.4s;
    -webkit-transform: translate3d(353px, 797px, 986px);
    transform: translate3d(353px, 797px, 986px);
    background: #d92674;
}

.bubble:nth-child(78) {
    height: 16px;
    width: 16px;
    -webkit-animation-delay: -15.6s;
    animation-delay: -15.6s;
    -webkit-transform: translate3d(991px, 774px, 737px);
    transform: translate3d(991px, 774px, 737px);
    background: #97d926;
}

.bubble:nth-child(79) {
    height: 14px;
    width: 14px;
    -webkit-animation-delay: -15.8s;
    animation-delay: -15.8s;
    -webkit-transform: translate3d(45px, 494px, 302px);
    transform: translate3d(45px, 494px, 302px);
    background: #26bed9;
}

.bubble:nth-child(80) {
    height: 8px;
    width: 8px;
    -webkit-animation-delay: -16s;
    animation-delay: -16s;
    -webkit-transform: translate3d(789px, 32px, 214px);
    transform: translate3d(789px, 32px, 214px);
    background: #d926b2;
}

.bubble:nth-child(81) {
    height: 29px;
    width: 29px;
    -webkit-animation-delay: -16.2s;
    animation-delay: -16.2s;
    -webkit-transform: translate3d(164px, 216px, 215px);
    transform: translate3d(164px, 216px, 215px);
    background: #d92665;
}

.bubble:nth-child(82) {
    height: 24px;
    width: 24px;
    -webkit-animation-delay: -16.4s;
    animation-delay: -16.4s;
    -webkit-transform: translate3d(181px, 545px, 1909px);
    transform: translate3d(181px, 545px, 1909px);
    background: #d9d926;
}

.bubble:nth-child(83) {
    height: 27px;
    width: 27px;
    -webkit-animation-delay: -16.6s;
    animation-delay: -16.6s;
    -webkit-transform: translate3d(902px, 269px, 1430px);
    transform: translate3d(902px, 269px, 1430px);
    background: #c726d9;
}

.bubble:nth-child(84) {
    height: 8px;
    width: 8px;
    -webkit-animation-delay: -16.8s;
    animation-delay: -16.8s;
    -webkit-transform: translate3d(724px, 796px, 167px);
    transform: translate3d(724px, 796px, 167px);
    background: #9726d9;
}

.bubble:nth-child(85) {
    height: 29px;
    width: 29px;
    -webkit-animation-delay: -17s;
    animation-delay: -17s;
    -webkit-transform: translate3d(272px, 905px, 174px);
    transform: translate3d(272px, 905px, 174px);
    background: #ac26d9;
}

.bubble:nth-child(86) {
    height: 18px;
    width: 18px;
    -webkit-animation-delay: -17.2s;
    animation-delay: -17.2s;
    -webkit-transform: translate3d(860px, 1px, 87px);
    transform: translate3d(860px, 1px, 87px);
    background: #d9d026;
}

.bubble:nth-child(87) {
    height: 6px;
    width: 6px;
    -webkit-animation-delay: -17.4s;
    animation-delay: -17.4s;
    -webkit-transform: translate3d(304px, 660px, 1142px);
    transform: translate3d(304px, 660px, 1142px);
    background: #d98826;
}

.bubble:nth-child(88) {
    height: 28px;
    width: 28px;
    -webkit-animation-delay: -17.6s;
    animation-delay: -17.6s;
    -webkit-transform: translate3d(991px, 904px, 448px);
    transform: translate3d(991px, 904px, 448px);
    background: #d97d26;
}

.bubble:nth-child(89) {
    height: 19px;
    width: 19px;
    -webkit-animation-delay: -17.8s;
    animation-delay: -17.8s;
    -webkit-transform: translate3d(220px, 128px, 1777px);
    transform: translate3d(220px, 128px, 1777px);
    background: #77d926;
}

.bubble:nth-child(90) {
    height: 15px;
    width: 15px;
    -webkit-animation-delay: -18s;
    animation-delay: -18s;
    -webkit-transform: translate3d(69px, 756px, 107px);
    transform: translate3d(69px, 756px, 107px);
    background: #26d92c;
}

.bubble:nth-child(91) {
    height: 3px;
    width: 3px;
    -webkit-animation-delay: -18.2s;
    animation-delay: -18.2s;
    -webkit-transform: translate3d(173px, 770px, 1645px);
    transform: translate3d(173px, 770px, 1645px);
    background: #d92629;
}

.bubble:nth-child(92) {
    height: 9px;
    width: 9px;
    -webkit-animation-delay: -18.4s;
    animation-delay: -18.4s;
    -webkit-transform: translate3d(460px, 951px, 1979px);
    transform: translate3d(460px, 951px, 1979px);
    background: #b826d9;
}

.bubble:nth-child(93) {
    height: 17px;
    width: 17px;
    -webkit-animation-delay: -18.6s;
    animation-delay: -18.6s;
    -webkit-transform: translate3d(349px, 82px, 1619px);
    transform: translate3d(349px, 82px, 1619px);
    background: #26d96e;
}

.bubble:nth-child(94) {
    height: 28px;
    width: 28px;
    -webkit-animation-delay: -18.8s;
    animation-delay: -18.8s;
    -webkit-transform: translate3d(873px, 26px, 1750px);
    transform: translate3d(873px, 26px, 1750px);
    background: #26c1d9;
}

.bubble:nth-child(95) {
    height: 28px;
    width: 28px;
    -webkit-animation-delay: -19s;
    animation-delay: -19s;
    -webkit-transform: translate3d(770px, 349px, 1382px);
    transform: translate3d(770px, 349px, 1382px);
    background: #26d9b8;
}

.bubble:nth-child(96) {
    height: 3px;
    width: 3px;
    -webkit-animation-delay: -19.2s;
    animation-delay: -19.2s;
    -webkit-transform: translate3d(227px, 283px, 1200px);
    transform: translate3d(227px, 283px, 1200px);
    background: #d97126;
}

.bubble:nth-child(97) {
    height: 2px;
    width: 2px;
    -webkit-animation-delay: -19.4s;
    animation-delay: -19.4s;
    -webkit-transform: translate3d(446px, 120px, 135px);
    transform: translate3d(446px, 120px, 135px);
    background: #62d926;
}

.bubble:nth-child(98) {
    height: 17px;
    width: 17px;
    -webkit-animation-delay: -19.6s;
    animation-delay: -19.6s;
    -webkit-transform: translate3d(942px, 477px, 1867px);
    transform: translate3d(942px, 477px, 1867px);
    background: #26d96e;
}

.bubble:nth-child(99) {
    height: 27px;
    width: 27px;
    -webkit-animation-delay: -19.8s;
    animation-delay: -19.8s;
    -webkit-transform: translate3d(293px, 314px, 248px);
    transform: translate3d(293px, 314px, 248px);
    background: #266bd9;
}

.bubble:nth-child(100) {
    height: 17px;
    width: 17px;
    -webkit-animation-delay: -20s;
    animation-delay: -20s;
    -webkit-transform: translate3d(771px, 944px, 1126px);
    transform: translate3d(771px, 944px, 1126px);
    background: #53d926;
}

body {
    padding: 0 !important;
}

#container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}

.circle {
    border-radius: 50%;
    background-color: deepskyblue;
    width: 150px;
    height: 150px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}

.item {
    z-index: 100;
    /* padding: 5px; */
}

.item img {
    width: 150px;
}

@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: 0.2;
    }

    to {
        transform: scale(2.5, 2.5);
        opacity: 0;
    }
}

.preloading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
}

.status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 45%;
    top: 35%;
    background-image: url(/assets/img/rings.svg);
    background-size: 120px 120px;
    background-repeat: no-repeat;
}