body {
  background: #ffdfb0;   /* beige paper-like */
  color: #000;
  font-family: "Times New Roman", Georgia, serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 2rem 2rem;
  padding: 1rem;
  padding-left: 3rem;
  
  
}

h1, h2, h3 {
  
  text-align: left;
  margin-bottom: 1rem;

  /* New lines for Schopenhauer-style heading */
  font-family: "Playfair Display", "Bodoni Moda", Didot, serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

h1 {
  font-weight: 700;      /* bolder for title */
  font-size: 2.5rem;     /* adjust as desired */
}
h2 {
  font-weight: 400;
  font-size: 1.6rem;
}

.subtitle {
  text-align: left;
  font-style: italic;
  margin-top: -0.5rem;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.toc {
  list-style: none;
  padding: 0;
  max-width: 500px;
  margin: 0 10px;
}
.toc li {
  margin: 0.5rem 0;
}
.toc a {
  text-decoration: none;
  color: #000080; /* dark blue, like old hyperlinks */
}
.toc a:hover {
  text-decoration: underline;
}

article {
  margin-top: 2rem;
}

footer {
  margin-top: 3rem;
  text-align: center;
  font-size: 0.85rem;
  color: #444;
}
p {
  max-width: 400px;
}
