/* ================== CUERPO ================== */
body {
  padding: 3rem;
  background: #59e0fd;
  color: #F25D7C;
  font-family: 'Inter', Arial;
  line-height: 1.6;
}

/* ================== TITULOS ================== */
h1 {
  font-family: 'Sixtyfour';
  font-size: 3rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #514033; /* color personalizado */
  margin-bottom: 0.5rem;
}

h2 {
  font-family: 'arial', sans-serif;
  margin-top: 3rem;
  color: #59E0FD; /* color retro */
  letter-spacing: 0.1em;
  position: relative;
}


