﻿@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    src: url('/font/woff/IRANYekanX-Light.woff') format('woff'), url('/font/woff2/IRANYekanX-Light.woff2') format('woff2');
}
* {
    box-sizing: border-box;
    font-family: IRANYekanX,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #666;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}
body {
    direction: rtl;
    overflow-x: hidden;
    background-color: #f8f8f8;
}
.H1 {
    display: block;
    margin: 30px auto;
    color: #363636;
    font-size: 28px;
    font-weight: 900;
}

.ErrorPage {
    margin: 30px auto;
    padding: 20px;
}

.ErrorPageImg {
    max-width: 100%;
    height: auto;
}

.ErrorPageP {
    font-size: 18px;
    margin: 20px auto;
}

.ErrorPageLinkDiv {
    position: relative;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    width: 250px;
    height: 450px;
    box-shadow: 0 1px 4px #b5b5b573;
    border-radius: 10px;
    background-color: #fff;
    vertical-align: top;
}

.ErrorPageLink {
    display: block;
    margin: 5px;
    padding: 5px;
    margin-right: 15px;
    text-align: right;
    font-size: 13px;
    font-weight: 600;
}

.ErrorPageMainLink {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    margin: 20px auto;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

    .ErrorPageLink:hover, .ErrorPageMainLink:hover {
        color: #ed1c24;
    }
