body {
  background: #f4f1e8;
  font-family: Georgia, serif;
  color: #222;
  line-height: 1.6;
}

.container {
  max-width: 720px;
  margin: 40px auto;
}

a {
  color: blue;
  text-decoration: underline;
}

header {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

nav {
  margin-top: 10px;
}

.date {
  font-size: 0.85rem;
  color: #555;
}

footer {
  border-top: 1px dashed #444;
  margin-top: 40px;
  padding-top: 10px;
  font-size: 0.8rem;
}