#noscript{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 1024;
}
#noscript h1{
    color: white;
    direction: ltr;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
body{
    font-family: BNazanin , "Arial" , "Times New Roman" , "Tahoma" !important;
}
@font-face {
    font-family: BNazanin;
    src: url('../fonts/BNazanin.ttf');
}
@font-face {
    font-family: Mosalas;
    src: url("../fonts/A-Mosalas.ttf");
}
#title_page::first-letter {
    color: teal;
}