.maintenanceWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #0885D5;
    overflow: hidden;
    min-width: 560px;
    min-height: 780px;
}
.imgBackground {
    position: absolute;
    bottom: -300px;
    left: -300px;
    overflow: hidden;
    z-index: 5;
}
.logoWdImg {
    height: 90px;
    margin-bottom: 75px;
}
.title{
    font-weight: bold;
    font-size: 30px;
    margin-top: inherit;
    color: #fff;
}
.second{
    margin-top: 20px;
}
.bodyText{
    font-size: 16px;
    font-style: italic;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 100px;
}
.wipImg{
    max-width: 430px;

}