﻿@font-face {
    font-family: 'Vazir'; /* thanks to rastikerdar.github.io/vazir-font*/
    src: url('https://themes.viraw.ir/fonts/Vazir/Vazir-Light-FD-WOL.eot'); /* IE9 Compat Modes */
    src: url('https://themes.viraw.ir/fonts/Vazir/Vazir-Light-FD-WOL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://themes.viraw.ir/fonts/Vazir/Vazir-Light-FD-WOL.woff') format('woff'), /* Modern Browsers */
         url('https://themes.viraw.ir/fonts/Vazir/Vazir-Light-FD-WOL.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Vazir'; /* thanks to rastikerdar.github.io/vazir-font*/
    src: url('https://themes.viraw.ir/fonts/Vazir/Vazir-Bold-FD-WOL.eot'); /* IE9 Compat Modes */
    src: url('https://themes.viraw.ir/fonts/Vazir/Vazir-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://themes.viraw.ir/fonts/Vazir/Vazir-Bold-FD-WOL.woff') format('woff'), /* Modern Browsers */
         url('https://themes.viraw.ir/fonts/Vazir/Vazir-Bold-FD-WOL.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}


:root {
    --boom: #f31616;
    --back: #282828;
}

* 
{
    font-family: 'Vazir',Arial,Helvetica,sans-serif;
    -webkit-appearance: none;
}


html {
    height: 100%;
    direction: rtl;
}

body {
    margin: 0;
    height: 100%;
}

#header {
    display: block;
    height: 90px;
    line-height: 90px;
    padding: 0px 50px;
    border-top:10px solid var(--boom);
    border-bottom: 1px dotted rgba(0,0,0,0.1);
}

#container {
    display: table;
    margin-top: -90px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

#message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

span.big {
    font-size: 60px;
    line-height: 80px;
    font-weight: bold;
    color: var(--back);
}


span.med {
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    color: var(--boom);
}

span.small {
    font-size: 15px;
    line-height: 40px;
    font-weight: normal;
    color: var(--back);
}

a {
    font-size: 15px;
    line-height: 40px;
    font-weight: normal;
    color: rgba(0,0,0,0.5);
    text-decoration: none;
    border-bottom:10px solid rgba(0,0,0,0.2);
    padding: 10px 0;
    margin: 10px;
}

    a:hover {
        text-decoration: underline;
    }
