.blob{filter:blur(40px);opacity:.9;mix-blend-mode:screen;position:absolute}.blob-1{background:radial-gradient(circle at 20%,#ffffff26,#0000 50%);width:400px;height:400px;animation:8s ease-in-out infinite blob-animation;top:-100px;left:-100px}.blob-2{background:radial-gradient(circle at 80% 80%,#ffffff14,#0000 50%);width:350px;height:350px;animation:10s ease-in-out 2s infinite blob-animation-2;bottom:-50px;right:-50px}.blob-3{background:radial-gradient(circle at 50% 30%,#ffffff1a,#0000 50%);width:300px;height:300px;animation:12s ease-in-out 4s infinite blob-animation-3;top:50%;left:50%}@keyframes blob-animation{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-50px)scale(1.1)}50%{transform:translate(-20px,20px)scale(.9)}75%{transform:translate(50px,30px)scale(1.05)}}@keyframes blob-animation-2{0%,to{transform:translate(0)scale(1)}25%{transform:translate(-40px,30px)scale(.95)}50%{transform:translate(20px,-40px)scale(1.1)}75%{transform:translate(-30px,-20px)scale(.98)}}@keyframes blob-animation-3{0%,to{transform:translate(-50%,-50%)scale(1)}25%{transform:translate(calc(40px - 50%),calc(-50% - 30px))scale(1.08)}50%{transform:translate(calc(-50% - 30px),calc(40px - 50%))scale(.92)}75%{transform:translate(calc(20px - 50%),calc(20px - 50%))scale(1.02)}}
