::-webkit-scrollbar{width:10px;height:1px}::-webkit-scrollbar-thumb{border-radius:5px;background:linear-gradient(150deg,#e0c3fc,#8ec5fc)}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:#ededed;border-radius:5px}body{-webkit-user-select:none;-moz-user-select:none;user-select:none}.bg2{height:100%;background:linear-gradient(150deg,#e0c3fc,#8ec5fc)}.colorBtnBefore{background:linear-gradient(150deg,#e0c3fc,#8ec5fc);background-size:200%}.colorBtnBefore,.colorBtnBeforeBlur{animation:animate 10s linear infinite}.colorBtnBeforeBlur{background:linear-gradient(45deg,#e0c3fc,#8ec5fc);background-size:200%;filter:blur(15px)}@keyframes animate{0%{background-position:0 0}50%{background-position:300% 0}to{background-position:0 0}}.bg{height:100%;background:linear-gradient(150deg,#e0c3fc,#8ec5fc);display:flex;justify-content:center;align-items:center;flex-direction:column}.container{width:200px;height:250px;position:relative;margin-bottom:30px}.bubble{width:200px;height:200px;background:radial-gradient(circle at 75% 30%,#fff 5px,#ff21c0 8%);border-radius:50%;box-shadow:inset 0 0 20px #fff,inset 10px 0 46px #eaf5fc,inset 80px 0 60px #efcde6,inset -20px -60px 100px #f9f6de,inset 0 50px 140px #f9f6de,0 0 90px #fff;animation:bubble 4s ease-in-out infinite}@keyframes bubble{0%,to{transform:translateY(0)}50%{transform:translateY(-50px)}}.shadow{background-color:rgba(0,0,0,.15);width:150px;height:40px;border-radius:50%;position:absolute;left:50%;margin-left:-75px;bottom:0;filter:blur(1px);animation:shadow 4s ease-in-out infinite}@keyframes shadow{0%,to{transform:scale(.5)}50%{transform:scale(1)}}