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