@keyframes float{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.icon-float{animation:float 3s ease-in-out infinite}.delay-0{animation-delay:0s}.delay-1{animation-delay:.7s}.delay-2{animation-delay:1.4s}.delay-3{animation-delay:2.1s}.delay-4{animation-delay:2.8s}.rounded-lg img{transition:transform .3s ease}.rounded-lg:hover img{transform:scale(1.1)}