﻿#certificate {
    min-height: 840px;
    overflow: hidden;
    width: 100%;
    background: url(/img/certificate.png);
    background-size: 100% 840px;
    padding-top: 128px;
    padding-left: 146px;
    padding-right: 149px;
    -webkit-user-select: none;
    margin-top:20px;
}
    #certificate

    .imglogoschool {
        text-align: center
    }
        #certificate .imglogoschool img {
            height: 100px;
            width: 100px;
            border-radius: 10px;
        }
    #certificate .useravatar {
        height: 130px;
        width: 130px;
        float: left;
        border: 1px solid #eee;
        background: #fff;
    }
    #certificate .schoolname {
        font-family: 'BYas';
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }

    #certificate .bodycertificate > p {
        font-family: "nassim-bold";
        text-indent:0px;
        font-size:25px;
        font-weight:bold;
    }
    #certificate .bodycertificate > div {
        text-align:justify;
        line-height:40px;
        text-indent: 30px;
        font-size:20px;
    }
        #certificate .bodycertificate > div span {
            font-family: 'BRoya';
            font-weight: bold;
            font-style: italic;
            font-size: 22px;
            color: #808080
        }
