    body {

            margin: 0;
            padding: 0;
            box-sizing: border-box;
            position: relative
        }

        @font-face {
            font-family: vazir;
            src: url('/Vazir.ttf');
        }

        @font-face {
            font-family: sahel;
            src: url('/Sahel.ttf');
        }

        nav li a {

            font-size: 15px;
            font-family: "vazir";
        }

        .logo-size {

            height: 85px;

        }

        @media screen and (max-width: 900px) {
            .logo-size {
                height: 65px;
            }
        }

        h2 {
            font-family: "vazir";
            text-align: justify;
            font-size: 1.35rem;
            color: rgb(94, 94, 248)
        }

        ul li {
            font-family: "vazir";
            text-align: justify
        }

        p {
            font-family: "vazir";
            text-align: justify;
            font-size: .95rem;

        }

        .item {

            margin-top: 3%
        }

        .about-row {
            background-image: url("/assets/images/4853160.jpg");
            border-radius: 20px
        }

        .footer p {

            background-color: rgb(175, 175, 175);

            width: 100%;
            text-align: center;
            font-family: vazir;
            color: #fff;
            opacity: .8;
            font-size: .9rem;
            position: fixed;
            bottom: 0
        }

        @media screen and (max-width:500px) {

            .footer {
                display: none
            }

        }
