.ScrollerDiv{width:100%;overflow:hidden;height:70px;display:flex;align-items:center}.ScrollText{white-space:nowrap;display:inline-block;color:#EACC99;animation:scroll-left 15s linear infinite}@keyframes scroll-left{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}