﻿@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: bold;
    src: url('/woff/IRANYekanX-Bold.woff') format('woff'), url('/woff2/IRANYekanX-Bold.woff2') format('woff2');
}

body {
    background: #998258;
    font-family: IRANYekanX;
}



.u-ieMinHeightBugFix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.avlos-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .box div {
        width: 100%;
        height: 100%;
    }

.avlos-container img {
    min-width: 100px;
    max-width: 350px;
    margin-top: 2rem
}

.avlos-container a {
    display: block;
    background: #4d412c;
    color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    font-size: 1.2rem;
    margin-top: 1rem
}

.avlos-container .inner-flex {
    flex-direction: row
}
