@keyframes customBounce{0%,to{transform:translateY(-4px)}50%{transform:translateY(2px)}}.bounce-high{animation:customBounce .8s ease-in-out infinite}.bounce-high:nth-child(2){animation-delay:.15s}.bounce-high:nth-child(3){animation-delay:.3s}