.carousel{overflow:hidden;width:100%}.carousel-track{display:flex;width:max-content;animation:scroll 40s linear infinite}.carousel-track img{width:300px;margin-right:20px;border-radius:10px}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}