.news-list .news-list-item {
  display: none;
  list-style-type: none;
}

.news-list .news-list-item:nth-child(-n+10) {
  display: block;
}

.news-list .load-button {
  margin-top: 50px;
  text-align: center;
  color: white;
  list-style: none;
  background-color: #ccc;
  cursor: pointer;
  padding: 10px 15px;
  font-family: Lato, Helvetica, sans-serif;
}

.news-list .load-button:focus, .news-list .load-button:hover {
  color: white;
  transition: background-color 0.5s ease;
  background-color: rgba(0, 0, 0, 0.3);
}
