html, body, main, .construction-page {
    margin: 0;
    padding: 0;
}

.construction-page {
    width: 100%;
    height: 100vh; /* toda la altura de la ventana */
    background-size: cover;
    background-position: center;
}
