﻿* {
    margin: 0;
    padding: 0;
}
#layout {
    position: relative;
    z-index: 2;
    min-height: 100%;
    overflow-x: hidden;
}
body,
html {
    height: 100%;
}
body {
    background: #26136a;
    font-size: 10px;
    font-family: Arial, sans-serif;
    color: #26136a;
    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;
    max-width: 50em;
}
.c_block {
    width: 35.5em;
    height: 30.8em;
    margin: 0 auto 2em;
}
.c_block img {
    width: 100%;
    height: auto;
    display: block;
}
.c_txt {
    font-size: 1.8em;
    color: #fff;
}



@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: 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;
    }
}