@keyframes bounce-smooth{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-15px)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(10px)}}.animate-bounce-smooth{animation:bounce-smooth 3s infinite}
