body {
  font-family: "EB Garamond", serif;
  display: flex;
  justify-content: center; 
  align-items: center;    
  line-height: 1.7; 
  min-height: 100vh;
  background-color: #fbf3e6;
  margin: 0;
}

main {
  max-width: 700px;
  padding: 2rem;
}

h1, h2, h3 {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  color: #2b2118;
  line-height: 1.3;
}

h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

p {
  font-size: 1.05rem;
  margin-bottom: 1.2rem;
}

ul {
  margin-top: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.8rem;
}

a {
  color: #6a4d25;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}


.eb-garamond-400 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}