@keyframes bounce-scale{0%,to{transform:scale(1)}50%{transform:scale(1.5)}}.animate-bounce-scale{animation:bounce-scale 2s ease-in-out infinite}