body {
  margin: 0;
  padding: 0;
  background: #f5f2ee;
  color: #2a2a2a;
  font-family: Georgia, "Times New Roman", serif;
}

.container {
  max-width: 600px;
  margin: 60px auto;
  padding: 20px;
}

h1 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 5px;
}

.subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}

article {
  margin-bottom: 50px;
}

article h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

article p {
  font-size: 16px;
  line-height: 1.6;
}

footer {
  font-size: 12px;
  color: #888;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}