body {
  font-family: 'Georgia', serif;
  line-height: 1.7;
  background-color: #f9f9f9;
  color: #222;
  padding: 2rem;
  max-width: 750px;
  margin: auto;
}

h1, h2, h3 {
  font-family: 'Helvetica Neue', sans-serif;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #111;
}

p {
  margin-bottom: 1.2rem;
}

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

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
}

blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1rem;
  color: #555;
  margin: 1.5rem 0;
  font-style: italic;
  background: #f0f0f0;
}

code {
  background: #eee;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.95rem;
}

pre {
  background: #272822;
  color: #f8f8f2;
  padding: 1rem;
  overflow-x: auto;
  border-radius: 6px;
  font-family: monospace;
}