@charset "UTF-8";

html {
    background-color: #F5F3EE;
}
@media screen and (min-width: 900px){
    .TextBlock {
        width: 100%;
        font-size: 14px;
        color: #212121;
        line-height: 30px;
        letter-spacing: 1px;
        margin: 0px auto 50px;
    }
    .HeaderTextBlock{
        margin-top: 50px;
    }
    .TextHeader {
        font-size: 22px;
        font-weight: 600;
    }
}




@media screen and (max-width: 899px) {
    .TextBlock {
        width: 100%;
        font-size: 12px;
        color: #212121;
        line-height: 30px;
        letter-spacing: 1px;
        margin: 0px auto 50px;
    }

    .HeaderTextBlock {
        margin-top: 50px;
    }

    .TextHeader {
        font-size: 18px;
        font-weight: 600;
    }
}

