﻿@font-face {
    font-family: IRANSans2;
    font-style: normal;
    font-weight: normal;
    src: url('/Fonts/IranSans/IRANSansWeb.eot');
    src: url('/Fonts/IranSans/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('/Fonts/IranSans/IRANSansWeb.woff2') format('woff2'), url('/Fonts/IranSans/IRANSansWeb.woff') format('woff'), url('/Fonts/IranSans/IRANSansWeb.ttf') format('truetype');
    font-display: fallback;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: IRANSans2, sans-serif;
}

a{
    color: black;
    text-decoration: none;
}
a:visited{
    color: black;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /*background: linear-gradient(166deg, rgb(9 67 105 / 92%), rgb(255 255 255 / 80%)), url(/Images/Back.jpg) no-repeat center / cover;*/
    background: url(/Images/Back.jpg) no-repeat center / cover;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.noSelect{
    user-select: none;
}

/*=========================*/
