body {
  color: #2d2d2d;
}

hr {
  margin: 20px 0;
  height: 1px;
  background: #ffe300;
  border: none;
}

.news {
  border-bottom-color: #ffe300;
}

.news_text {
  text-align: left;
}

#content a, #content a:hover, nav ul li a:hover {
  color: rgb(0, 115, 217);
}


.news_data, .news_author {
  opacity: 0.6;
  color: #001e3e;
}