body {
  margin: 0;
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: linear-gradient(to bottom, #ffffff, #e0f0ff);
}

.contenedor {
  text-align: center;
  padding: 20px;
  width: 80%; /* Puedes ajustar el ancho según tus necesidades */
}

header img {
  max-width: 100%;
  max-height: 600px; /* Tamaño máximo de 1080 pixeles */
  height: auto;
}

footer {
  margin-top: 20px;
}

footer a {
  margin: 0 10px;
  text-decoration: none;
  color: #333;
}
