.scroll-text{overflow:hidden;white-space:nowrap}.scroll-text span{display:inline-block;animation:scroll-left 30s linear infinite}@keyframes scroll-left{from{transform:translateX(0)}to{transform:translateX(-100%)}}