﻿* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
   
}
@font-face {
    font-family: 'droid.arabic.kufi_downloadsoftware.ir_';
    src: url('../fonts/droid.arabic.kufi_downloadsoftware.ir_.ttf') format('truetype');
}


body {
    font-family: 'droid.arabic.kufi_downloadsoftware.ir_',sans-serif,Tahoma;
}
.container {
    width: 90%;
    margin: auto;
    box-sizing: border-box;
    /*font-family: 'Droid Arabic Kufi';*/
    
}
    .container .title{
        width:100%;
        height:60px;
        background-color:lightblue;
    }

    .container .title h1{
        text-align:center;
        line-height:60px;
    }
    .container .lang {
        margin-top: 30px;
        width: 100%;
        height: 30px;
        /*background-color:aquamarine;*/
        text-align: left;
    }

        .container .lang a {
            margin-left: 10px;
            font-size: 15px;
            text-decoration: none;
            line-height: 30px;
            font-weight: bold;
        }

    .container .content h2 {
        color: midnightblue;
        margin-bottom: 10px;
        font-size: 26px;
    }

    .container .content .contentdata {
        text-align: justify;
        text-justify: inter-word;
        font-size: 22px;
        color: darkblue;
        line-height: 1.8;
        
    }