@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee{width:fit-content;animation:8s linear infinite scroll;display:flex}
