.scroll-container{width:100%;overflow:hidden}.scroll-text{white-space:nowrap;animation:marquee 20s linear infinite;color:red}.scroll-container:hover .scroll-text{animation-play-state:paused}@keyframes marquee{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}