.marquee{position:fixed;display:flex;align-items:center;top:0;width:100%;height:50px;background-color:#000;color:#fff;overflow:hidden;white-space:nowrap;z-index:1000}.marquee-content{display:inline-block;animation:marquee 600s linear infinite}.ticker{display:inline-block;padding:0 2rem}.ticker-item{display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:center;padding:0 1rem}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}