body {
  background-color: beige;      
  color: #5a1a24;                
  font-family: "Cormorant Garamond", serif;  
  max-width: 620px;                
  margin: auto;
  padding: 30px;
  line-height: 1.7;
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;  
  color: #5a1a24;
}

h1 {
  font-size: 2.4em;
  text-align: center;
  letter-spacing: 1px;
  font-style: italic;
}

h2 {
  font-size: 1.5em;
  margin-top: 30px;
}

p {
  font-size: 1.05em;
}

ul, ol {
  margin-left: 20px;
}

a {
  color: #7a2e3a;      
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  border-radius: 10px;
  display: block;
  margin: 15px auto;
}
