@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-marquee{animation:marquee 80s linear infinite;width:-moz-max-content;width:max-content;display:flex;flex-direction:row;gap:.5rem}.animate-marquee:hover{animation-play-state:paused}