body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f4f4f4;
}
header {
    background-color: #333;
    color: white;
    padding: 1em;
}
main {
    padding: 2em;
}
.construction {
    font-size: 2em;
    margin-bottom: 1em;
}
form {
    background: #fff;
    padding: 1em;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
input, textarea {
    width: 100%;
    margin-top: 0.8em;
}
/* Añade esta nueva regla al final de tu archivo styles.css */
header img {
    width: 100%;  /* Ajusta este valor según lo necesites, pueede ser en valor 15 o px */
    height: auto; /*esto es parte del responsive*/
}