body {
  font-family: 'Georgia', serif;
  background-color: #fff;
  color: #111;
  line-height: 1.6;
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.newspaper-article h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.byline {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.newspaper-article p {
  margin-bottom: 1rem;
  text-align: justify;
}

footer .footer-note {
  font-size: 0.8rem;
  color: #888;
  margin-top: 2rem;
  text-align: center;
}

footer .footer-disclaimer {
  font-size: 0.4rem;
  color: #888;
  margin-top: 2rem;
  text-align: center;
}

.archive-list {
  list-style-type: none;
  padding: 0;
}

.archive-list li {
  margin: 10px 0;
}

.archive-list a {
  text-decoration: none;
  color: darkblue;
  font-weight: bold;
}

.archive-list a:hover {
  text-decoration: underline;
  color: orange;
}

.back-to-archive a {
  display: inline-block;
  padding: 4px 7px;
  background-color: darkblue;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 0.2rem;
  transition: background-color 0.3s;
}

.back-to-archive a:hover {
  background-color: orange;
  color: black;
}
