body {
    background: #f8f9fa;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
}

.logo {
    font-size: 50px;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 10px;
}

.line {
    width: 60px;
    height: 4px;
    background: #dc3545;
    margin: 0 auto 30px;
    border-radius: 5px;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.construction {
    font-size: 70px;
    margin: 25px 0 15px;
}

h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.footer {
    margin-top: 40px;
    font-size: 13px;
    color: #999;
}


/* Mobile */

@media (max-width: 576px) {

    .logo {
        font-size: 38px;
    }

    h2 {
        font-size: 22px;
    }

    .construction {
        font-size: 55px;
    }

}