.marquee-container{gap:1rem;display:flex;overflow:hidden}.marquee-track{flex-shrink:0;justify-content:space-around;gap:1rem;animation-timing-function:linear;animation-iteration-count:infinite;display:flex}.marquee-left{animation-name:scroll-marquee-left}.marquee-right{animation-name:scroll-marquee-right}.group:hover .marquee-track{animation-play-state:paused}@keyframes scroll-marquee-left{0%{transform:translate(0%)}to{transform:translate(-50%)}}@keyframes scroll-marquee-right{0%{transform:translate(-50%)}to{transform:translate(0%)}}
.typing-animation{white-space:nowrap;font-family:monospace;overflow:hidden}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}

