.marquee-container{overflow:hidden;white-space:nowrap;box-sizing:border-box;margin-left:5px}.marquee-text{display:inline-block;padding-left:100%;animation:marquee linear infinite;color:#6087b2}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}