.animated-marquee{width:100%;overflow:hidden;padding:10px 0;font-size:20px;font-weight:700;white-space:nowrap;animation:10s linear infinite bgAndTextColor;display:flex;align-items:center}.marquee-track{display:flex;width:max-content;animation:15s linear infinite scrollText;will-change:transform}.marquee-content span{display:inline-block;margin-right:50px}.marquee-content a{color:inherit;text-decoration:none}.marquee-content a:hover{text-decoration:underline}.marquee-track:hover{animation-play-state:paused}@keyframes scrollText{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes bgAndTextColor{0%,100%{background-color:#000;color:#fff}25%{background-color:#1e2a78;color:gold}50%{background-color:#00695c;color:#fff}75%{background-color:#6a1b9a;color:#6fc}}@media (max-width:600px){.animated-marquee{font-size:16px}}