 AJUSTE DEL LOGO
 .logo {
  width: 240px;
  height: auto;
  margin: 20px auto;
  display: block;
}

TIPOGRAFÍA
body {
  font-family: Georgia, serif;  
  font-size: 17px;             
  line-height: 1.7;            
  letter-spacing: 0.3px;       
  padding: 1rem 2rem;
}
Títulos y jerarquía
h1 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 2rem;
  text-align: center;
}

h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 1.5rem;
}

h3 {
  font-size: 19px;
  font-weight: 500;
  margin-top: 1rem;
}

ELEMENTOS OPCIONALES SUGERIDOS
p {
  margin-bottom: 1rem;
  text-align: justify; 
}

blockquote {
  margin: 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid #ccc;
  font-style: italic;
}