body {
  font-family: Georgia, serif;
  line-height: 1.5;
  color: #333;
  max-width: 650px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-size: 16px;
}

h1 {
  font-size: 2rem;
  margin-bottom: 0.3rem;
  font-weight: normal;
  text-align: center;
}

h1 + p {
  text-align: center;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

p {
  margin-bottom: 0.5rem;
}

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

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}
