@keyframes bounceX{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.animate-bounce-x{animation:1.5s ease-in-out infinite bounceX}@keyframes blinking-cursor{0%{opacity:0}50%{opacity:1}to{opacity:0}}.react-rotating-text-cursor{margin-left:4px;font-weight:300;animation:1s cubic-bezier(.68,.01,.01,.99) infinite blinking-cursor}
