

.logo {
    max-width: 25%;
    height: auto;
    margin-bottom: 20px;
}

.mantenimiento {
    max-width: 30%;
    height: auto;
    margin-bottom: 20px;
    opacity: 0.8;
}

.message {
    font-size: 1.8em;
    color: #000;
    font-weight: 800;
    padding: 0 20px;
}

p {
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 5px;
}

.button {
    padding: 18px 28px;
    font-weight: 700;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    text-decoration: none;
}