.news-ticker {
  background: #172f5e;
  color: white;
  overflow: hidden;
  position: relative;
  padding: 20px;
}

.news-ticker ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.news-ticker li {
  margin-right: 20px;
}

.news-ticker a {
  color: white;
  text-decoration: none;
}
