@import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@400;700&display=swap');

body {
  padding: 0;
      font-family: 'Inknut Antiqua', serif;
  width: 100%;
}

header {
      font-family: 'Inknut Antiqua', serif;
  height: auto;
background-color: #cbff79;
  text-align: center;
  padding: 2%;
}

p {
  font-size: 3.5rem;       /* Más grande que un h1 normal */
  font-weight: bold;
  text-align: center;
  /* Usa el mismo font que el body, si quieres mantener armonía */
}

h3 {
  font-weight: bolder;
  letter-spacing: 2px;     /* Separación entre letras */
  font-size: 1.7rem;       /* Tamaño legible y elegante */
}
