.blob{position:absolute;width:200px;height:400px;animation:blobFloat 15s infinite ease-in-out;mix-blend-mode:normal;z-index:100;filter:blur(80px);border-radius:50%}.blob1{left:20%;bottom:10%;animation-delay:0s}.blob2{left:50%;bottom:5%;animation-delay:5s}.blob3{left:70%;bottom:0%;animation-delay:10s}.blob4{left:85%;bottom:0%;animation-delay:10s}.blob5{top:60%;left:-20%;width:600px;height:400px;animation:blobFloatHorizontal 15s infinite ease-in-out}@keyframes blobFloatHorizontal{0%{transform:translate(0) scale(1);opacity:.4}25%{transform:translate(40vw) scale(1.1);opacity:.5}50%{transform:translate(80vw) scale(1.2);opacity:.6}75%{transform:translate(60vw) scale(.8);opacity:.5}85%{transform:translate(20vw) scale(1.2);opacity:.5}to{transform:translate(0) scale(1);opacity:.4}}@keyframes blobFloat{0%{transform:translateY(0) scale(1);opacity:.4}25%{transform:translateY(40vh) scale(1.5);opacity:.6}50%{transform:translateY(-90vh) scale(1.6);opacity:.3}75%{transform:translateY(40vh) scale(1.6);opacity:.5}to{transform:translateY(0) scale(1);opacity:.4}}
