@keyframes trackScroll{0%{background-position-x:0px}to{background-position-x:-40px}}.animate-track-scroll{animation:trackScroll .4s linear infinite}@keyframes runBob{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-4px) rotate(3deg)}}.animate-run-bob{animation:runBob .35s ease-in-out infinite}@keyframes flash{0%,to{opacity:1}50%{opacity:.3}}.animate-flash{animation:flash .15s linear infinite}kbd{font-family:monospace;box-shadow:0 1px #ffffff1a}
