* {
    margin: 0;
    padding: 0;
}
#layout {
    position: relative;
    z-index: 2;
    min-height: 100%;
    overflow-x: hidden;
}
body,
html {
    height: 100%;
}
body {
    background: #000000;
    font-size: 10px;
    font-family: Arial, sans-serif;
    color: #011033;
    overflow-x: hidden;
}

#container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}
.c_wrap {
    text-align: center;
}
.c_wrap__support {
    line-height: 1.5;
    font-size: 1.3em;
}
.c_block {
    width: auto;
    height: auto;
    margin: 0 auto 2em;
}
.c_block img {
    width: 100%;
    height: auto;
    display: block;
}
.c_txt {
    font-size: 2.3em;
    color: #fff;
}
.c_txt__support {
    color: #fff;
    font-size: 1.7em;
}
a:link,a:visited,a:hover,a:active {
    color: white;
}

@media (max-width: 600px) and (orientation: portrait) {
    .page {
        font-size: 8px;
    }
}
@media (max-width: 450px) and (orientation: portrait) {
    .page {
        font-size: 7px;
    }
}
@media (max-width: 400px) and (orientation: portrait) {
    .page {
        font-size: 6px;
    }
}


@media (max-width: 1600px) and (orientation: landscape) {
    .page {
        font-size: 8px;
    }
}
@media (max-width: 1400px) and (orientation: landscape) {
    .page {
        font-size: 7px;
    }
}
@media (max-width: 1200px) and (orientation: landscape) {
    .page {
        font-size: 6px;
    }
}
@media (max-width: 930px) and (orientation: landscape) {
    .page {
        font-size: 5px;
    }
}
@media (max-width: 812px) and (orientation: landscape) {
    .page {
        font-size: 4.75px;
    }
}
@media (max-width: 736px) and (orientation: landscape) {
    .page {
        font-size: 4.5px;
    }
}
@media (max-width: 667px) and (orientation: landscape) {
    .page {
        font-size: 4.25px;
    }
}
@media (max-width: 568px) and (orientation: landscape) {
    .page {
        font-size: 4px;
    }
}

@media (max-height: 817px) and (orientation: landscape) and (min-height: 600px) {
    .page {
        font-size: 7px;
    }
}