/* Minimal styles – keep Simple */
body {
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
  padding: 1.5rem;
  color: #222;
  background: #fafafa;
}

header, footer {
  margin-bottom: 2rem;
}

h1 a {
  color: inherit;
  text-decoration: none;
}

a {
  color: #0066cc;
}

.description {
  color: #555;
  font-style: italic;
}

footer {
  font-size: 0.875rem;
  color: #777;
  border-top: 1px solid #ddd;
  padding-top: 1rem;
  margin-top: 3rem;
}