.blob{position:absolute;border-radius:50%;filter:blur(40px);opacity:.8;animation:float 18s ease-in-out infinite}.blob-1{width:345px;height:345px;left:20%;top:60%;animation-delay:0s}.blob-1,.blob-2{background:#015a60}.blob-2{width:403px;height:403px;left:50%;top:30%;animation-delay:-5s}.blob-3{width:230px;height:230px;background:#015a60;left:70%;top:70%;animation-delay:-10s}.blob-4{width:288px;height:288px;left:10%;top:10%;animation-delay:-15s}.blob-4,.blob-5{background:#14d7bd}.blob-5{width:253px;height:253px;left:40%;top:60%;animation-delay:-8s}@keyframes float{0%{transform:translate(0) scale(1) rotate(0deg);border-radius:60% 40% 70% 30%/60% 30% 70% 40%}25%{transform:translate(50px,50px) scale(1.1) rotate(90deg);border-radius:30% 60% 40% 70%/50% 60% 30% 40%}50%{transform:translateY(100px) scale(.9) rotate(180deg);border-radius:70% 30% 50% 50%/40% 40% 60% 60%}75%{transform:translate(-50px,50px) scale(1.05) rotate(270deg);border-radius:40% 60% 30% 70%/60% 30% 70% 40%}to{transform:translate(0) scale(1) rotate(1turn);border-radius:60% 40% 70% 30%/60% 30% 70% 40%}}