
    body {
      background: #f9f8f7;
      font-family: Helvetica, sans-serif;
      letter-spacing: -0.6px;
      color: #1a1a1a;
      padding: 2rem;
      font-size: 1.5rem;
    }
    h1 {
      font-family: 'EB Garamond', serif;
      font-style: italic;
      font-size: 3rem;
    }
    nav a {
      margin-right: 20px;
      text-decoration: none;
      color: #1a1a1a;
      font-size: 0.9rem;
    }
    footer {
  text-align: center;
  font-size: 0.8rem;
  color: #888;
  margin-top: 4rem;
  padding-bottom: 1rem;
}
 nav {
      text-align: center;
      margin-bottom: 2rem;
    }

    nav a {
      margin: 0 1rem;
      text-decoration: none;
      color: #333;
      font-size: 0.95rem;
      letter-spacing: -1.5px;
    }

    nav a:hover {
      text-decoration: underline;
    }
    

  