section.news {
  margin-bottom: 1em; }
  section.news h2 {
    margin: 1em 0 0 0; }
    section.news h2 .news_prefix {
      color: blue;
      background: linear-gradient(to right, #7e57c2, #2196f3, #26c6da, #43a047);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  section.news hr {
    margin: 0;
    padding: 0;
    border-top: 4px solid rgba(238, 238, 238, 0.15); }

div.timestamp {
  font-family: "Nanum Gothic", sans-serif;
  font-size: small;
  font-weight: normal;
  color: #888888;
  margin-top: 4px; }

div.news-nav {
  display: flex;
  flex-direction: column;
  font-family: "Nanum Gothic", sans-serif;
  font-size: small; }

div.news-nav a, h2 a {
  text-decoration: none; }

div.news-nav a:hover, h2 a:hover {
  text-decoration: underline; }

