@charset "utf-8";

.maintenance_timeTitle {
    font-size: large;
    font-weight: bold;
}

.maintenance_time {
    font-size: large;
    color: red;
    font-weight: bold;
    margin-top: 15px;
}

.margin_topPlus {
    margin-top: 100px;
}

.center {
    text-align: center;
}

.margin_zero {
    margin: 0px;
}

.padding_logoTop {
    padding: 60px 0 40px !important;
}

@media screen and (max-width:768px){

    footer {
        padding-bottom: 0px !important;
    }

}
