/* Base styles */
body {
  font-family: 'EB Garamond', serif;
  background-color: #fffdf8;
  color: #111;
  max-width: 720px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.7;
  font-size: 18px;
}

header {
  text-align: center;
  margin-bottom: 3em;
}

h1 {
  font-size: 2.8em;
  margin: 0;
}

.subtitle {
  font-size: 1.2em;
  color: #555;
  margin-top: 0.3em;
}

h2 {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
}

ul.post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.post-list li {
  margin: 0.75em 0;
}

ul.post-list a {
  text-decoration: none;
  color: #003366;
}

ul.post-list a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  font-size: 0.9em;
  color: #777;
  margin-top: 4em;
  padding-top: 1em;
  border-top: 1px solid #eee;
}
