    @import url("fonts.css");
    @import url("responsive.css");

    * {
        font-family: 'Roboto';
    }

    html,body {
        height: 100%;
        width: 100%;
    }

    body {
        background:#EAF8FB; 
        color: #59595B;
    } 

    .error-template {
        padding: 57px 0px;
    }
    
    .Undergoing{
        font-size: 20px;
        line-height: 23px;
        width: 74%;
        text-align: left;
        font-weight: 300;
    }

    .Maintenance {
        font-weight: bold;
        /* color: #006671; */
        color: #0079C2;
        font-size: 73px;
        line-height: 86px;
    }

    .shortly {
        font-size: 50px;
        line-height: 60px;
        font-weight: 300;
    }

    .Inconvenience {
        font-size: 31px;
        font-weight: 300;
        line-height: 37px;
    }

    img.logoImg {
        width: 515px;
    }
    .pt-10 {
        padding-top: 7%;
    }