body {
    margin: 0;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: linear-gradient(180deg, rgba(46,38,68,1) 33%, rgba(22,29,69,1) 76%);
}

.navbar {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 10px 10px 0;
}

.maintenance {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maintenance .maintenance__container {
    color: #fff;
    width: 60%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.maintenance .maintenance__container  h2 {
    font-size: 48px;
    margin: 0;
}

.maintenance .maintenance__img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.footer-container {
    position: absolute;
    bottom: 0;
    z-index: 3;
    /* background: linear-gradient(0deg, rgba(0,0,0,1) 65%, rgba(0,0,0,0) 100%); */
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 65px 0 25px;
}

.powered-by h5 img {
    height: 16px;
    width: auto;
}

.copy-right img {
    width: 146px;
    height: auto;
    text-align: center;
}

.copy-right h5 {
    font-size: 12px;
    color: #b4b9bc;
    margin: 20px auto;
    width: auto;
    max-width: 340px;
    line-height: 1.4;
    font-weight: normal;
}

.powered-by h5 {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    margin: 15px auto;
    width: 175px;
    font-family: DINPro, sans-serif;
}

@media only screen and (max-width: 640px) {
    .maintenance__logo {
        width: 150px;
    }

    .maintenance .maintenance__container h2 {
        font-size: 24px;
    }

    .maintenance .maintenance__container p {
        font-size: 14px;
    }
}