.blobs{filter:blur(16px)contrast(100);background:#000;justify-content:center;align-items:center;width:300px;height:300px;animation:20s linear infinite rotate-blobs;display:flex;position:relative}.blobs.onWhite{background:#fff}.blob{background:#fff;border-radius:50%;width:60px;height:60px;position:absolute}.blob.onWhite{background:#000}@keyframes bounce-left{0%,to{transform:translate(-80px)scale(1)}50%{transform:translate(0)scale(1.2)}}@keyframes bounce-right{0%,to{transform:translate(80px)scale(1)}50%{transform:translate(0)scale(1.2)}}.bounce-left{animation:1.5s ease-in-out infinite bounce-left}.bounce-right{animation:1.5s ease-in-out infinite bounce-right}@keyframes rotate-blobs{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
