
html, body{
    min-height: 100% !important;
    height: 100%;
    color: #181244;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.warning {
    display: none;
    height: 100%;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.display{
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.mobile{
    display: none
}

.desktop{
    display: flex
}

@media (max-width:800px){
    .desktop {
        display: none
    }
    .mobile {
        display: flex
    }
}

.desktop-header {
    flex: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-unsupported-image{
    margin-bottom: 15px;
    width: 150px;
    height: 132px;
}

.desktop-first-text{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.desktop-second-text{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.desktop-third-text{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.desktop-footer{
    flex: 1;
    bottom: 0;
    height: 30px;
}

.desktop-footer-image{
    width: 220px;
    height: 18px;
}

.mobile-header {
    flex: 1;
}

.mobile-body {
    flex: 8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-unsupported-image{
    margin-bottom: 15px;
    width: 122px;
    height: 107px;
    margin-left: 10px;
}

.mobile-first-text{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.mobile-second-text{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
}

.mobile-third-text{
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mobile-url{
    font-size: 14px;
    font-weight: 400;
    word-break: break-all;
    text-align: center;
    margin: 0px 10px;
}

.mobile-footer{
    flex: 1;
    bottom: 0;
    height: 30px;
}

.mobile-footer-image{
    width: 220px;
    height: 18px;
}