body {
    font-family: 'Ubuntu', sans-serif;
}


.we-are-maintenance img {
    width: 100%;
}
h1 {
    font-family: 'Paytone One', sans-serif;
    margin-bottom: 10px;
}
.we-are-maintenance-body {
    height: 100%;
    align-items: start;
    margin-top: 70px;
    justify-content: start;
    position: relative;
}
a {
    text-decoration: underline;
    font-size: 20px;
    margin-top: 50px;
    display: block;
    color: #ff8400;
}
a:hover {
    color: #212529;
}
.user{
    color:#ff8400 ;
}
@media (min-width:280px) and (max-width:576px) {
    .mt-5 {
        margin-top: 20px !important;
    }
    a {
        margin-top: 20px;
        font-size: 16px;
    }
    img {
        margin-top: 40px;
    }
    .we-are-maintenance-body {
        margin-top: 20px;
    }
    .mt-4 {
        margin-top: 20px !important;
    }
    .we-are-maintenance-text {
        margin-top: 40px;
    }
    .mt-4 img {
        width: 170px;
    }
}
