
body {
  margin: 0;
  font-family: Georgia, serif;
  line-height: 1.6;
  background: #fff;
  color: #000;
}

.content {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

figcaption {
  font-size: 0.8em;
  color: #666;
  text-align: right;
  margin-top: 1px;
}

h1 {
  font-size: 2.25em; /* ~36px */
  margin-bottom: 1px;
  font-weight: bold;
  color: #003366;
}

h2 {
  font-size: 1.125em; /* ~18px */
  font-weight: bold;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 30px;
  color: #003366;
  line-height: 1.4;
}

a {
  color: #0066cc;
  text-decoration: none;
}

.byline {
  font-style: italic;
  margin-bottom: 1em;
}

footer {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  font-size: 0.9em;
  text-align: center;
  color: #666;
}

.back-link {
  display: inline-block;
  margin-top: 40px;
  text-decoration: none;
  color: #0066cc;
}
