@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    font-display: fallback;
    src: url('./fonts/IRANSansWeb(FaNum)_Bold.eot');
    src: url('./fonts/IRANSansWeb(FaNum)_Bold.eot') format('embedded-opentype'),
    url('./fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
    url('./fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
    url('./fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}


@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    src: url('./fonts/IRANSansWeb(FaNum).eot');
    src: url('./fonts/IRANSansWeb(FaNum).eot') format('embedded-opentype'),
    url('./fonts/IRANSansWeb(FaNum).woff2') format('woff2'),
    url('./fonts/IRANSansWeb(FaNum).woff') format('woff'),
    url('./fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url('./fonts/IRANSansWeb(FaNum)_Light.eot');
    src: url('./fonts/IRANSansWeb(FaNum)_Light.eot') format('embedded-opentype'),
    url('./fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
    url('./fonts/IRANSansWeb(FaNum)_Light.woff') format('woff'),
    url('./fonts/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}


html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
}

body {
    text-align: center;
    padding: 0;
    background: #02245f;
    color: #fff;
    font-family: 'IRANSans', serif;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ff0;
}

body {
    font-family: 'IRANSans', serif;
    font-weight: 100;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


article {
    display: block;
    width: 700px;
    padding: 50px;
    margin: 0 auto;
}

a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    width: 300px;
    margin-top: 1.5em;
}
