@import "header.css";
@import "menu.css";
@import "footer.css";
@font-face {
    font-family: chunk;
    src: url("../fonts/Chunk Five Print.otf");
    src: url("../fonts/ChunkFive-Regular.otf");
}
@font-face {
    font-family: iransans;
    src: url("../fonts/ttf/IRANSansWeb.ttf");
    src: url("../fonts/eot/IRANSansWeb.eot");
    src: url("../fonts/woff/IRANSansWeb.woff");
    src: url("../fonts/woff2/IRANSansWeb.woff2");
}
@media only screen and (min-width: 700px) and (max-width: 1980px) {
    section.message {
        height: 600px;
        background-color: #d3d1d1;
        width: 90%;
        margin: 15px auto;

        text-align: center;
    }

    section.message > h1 {
        color: #ff6600;
        font-family: iransans;
        font-size: 54px;
        line-height: 500px;

    }
}