.news-ticker{width:100%;overflow:hidden;position:relative;background-color:#f7f7f7;padding:10px 0;box-sizing:border-box;text-align:center}.news-ticker p{display:inline-block;white-space:nowrap;margin:0;font-size:18px;font-weight:bold;color:#333;animation:ticker 15s linear infinite}@keyframes ticker{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}.news-ticker:hover p{animation-play-state:paused}