#contenido {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
  backdrop-filter: brightness(0.8);
  background-image: url('../imagen-fondo.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#contenido h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

#contenido p {
  font-size: 1.3rem;
  margin-bottom: 2em;
  max-width: 700px;
}

#contenido p strong {
  color: #01efd5;
}
