@font-face {
  font-family: 'ISOCPEUR';
  src: url('fonts/ISOCPEUR.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Teleindicadores1';
  src: url('fonts/Teleindicadores1.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CMU';
  src: url('fonts/cmunbtl.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 2rem;
  font-family: 'CMU', monospace;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;  /* 👈 this centers everything vertically */
  min-height: 100vh;
}

main {
  max-width: 600px;
  text-align: center;
  /* no padding-top here */
}

p {
  margin: 1rem 0;
  font-size: 1.2rem;
}


.headline {
  font-family: 'CMU', monospace;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-size: 1.5rem;
  font-weight: bold;
}

/* Second line: TELEINDICADORES1 font, uppercase, tighter letter spacing,
   now same font size as email */
.subheadline {
  font-family: 'Teleindicadores1', monospace;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-size: 1.2rem;   /* updated */
  line-height: 1rem;
}

/* Email line: uppercase, tighter letter spacing, extra margin top */
p:nth-of-type(3) {
  margin-top: 3rem;
  letter-spacing: -0.03em;
    font-size: 1.2rem;   /* updated */
  font-family: 'Teleindicadores1', monospace;
  text-transform: uppercase;
}

p a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  margin-top: 2rem;
  border-radius: 10px;
}
