@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(40px,-40px) scale(1.08)}66%{transform:translate(-20px,20px) scale(.92)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 8s infinite}.animation-delay-2000{animation-delay:2.5s}@keyframes float-slow{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(1.05)}}.animate-float-slow{animation:float-slow 10s ease-in-out infinite}.animation-delay-3000{animation-delay:3s}
