﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: Droid Arabic kufi,sans-serif,Tahoma;*/
}

@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: 80%;
    margin: auto;
}

    .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 .title {
        margin-top: 30px;
        text-align: center;
    }

        .container .title h1 {
            color: darkblue;
        }

            .container .title h1:nth-child(2) {
                color: cornflowerblue;
            }

        .container .title h2 {
            margin-top: 10px;
            color: blue;
            font-size: 30px;
            margin-bottom: 10px;
        }

    .container .photo {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

        .container .photo img {
            width: 400px;
            height: 450px;
            border: 1px solid rgba(0, 0, 0, 0.200);
            border-radius: 20px;
            box-shadow: 10px 10px 5px gray;
        }

    .container h2 {
        color: midnightblue;
        margin-bottom: 10px;
        font-size: 26px;
    }

    .container .content {
        text-align: justify;
        text-justify: inter-word;
        font-size: 18px;
        color: darkblue;
        line-height: 1.8;
        /*font-family: 'Helvetica';*/
    }
