body {
  font-family: Georgia, "Times New Roman", serif;
  max-width: 800px;
  margin: 0 auto;
  background: #fdfcf7;
  color: #222;
  line-height: 1.6;
}

header {
  text-align: center;
  border-bottom: 3px double #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

header h1 {
  font-size: 2.5em;
  margin: 0;
  font-family: "Times New Roman", serif;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

article {
  margin-bottom: 40px;
}

article img {
  max-width: 100%;
  display: block;
  margin: 15px auto;
  border: 1px solid #ccc;
}

.article img, .card img, .lead-image {
  width: 100%;
  height: auto;
  display:block;
  margin: 12px 0;
  border: 1px solid #cfc8b8;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
  filter: grayscale(10%) contrast(1.02);
}

/* small caption style */
.caption {
  font-size: 0.9rem;
  color: #555;
  margin-top: 6px;
  font-style: italic;
}

/* subtle newsprint texture (optional) */
@media (min-width:700px){
  body {
    background-image: linear-gradient(rgba(0,0,0,0.01) 0 1px, transparent 1px);
    background-size: 100% 6px;
  }
}

