
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0b1b3f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.container {
    max-width: 600px;
    padding: 20px;
}

.logo {
    max-width: 280px;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.2em;
    color: #1aff1a;
}

p {
    font-size: 1.1em;
    margin: 10px 0;
}

.construction {
    margin-top: 20px;
    font-size: 1.3em;
    color: #ffcc00;
}

.contacto a {
    color: #1aff1a;
    text-decoration: none;
    font-weight: bold;
}
.contacto a:hover {
    text-decoration: underline;
}
