.marquee{box-sizing:border-box;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:100%}.marquee-content{animation:scroll 20s linear infinite;animation-play-state:running;white-space:nowrap;width:-moz-fit-content;width:fit-content}.marquee-content li{display:inline-block;padding:0 1rem}.marquee-content li:hover{animation-play-state:paused}.stamp{opacity:.25;position:absolute;transform:rotate(45deg);z-index:2}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-30%)}}
