.code {
    width: 40rem;
    line-height: 1.2rem;
    font-size: .85rem;
    margin-right: auto;
    text-align: left;
    border-radius: 3px;
    background-color: #6c757d !important;
    width: 35rem;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 1rem !important;
}

.code-widget-title {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
    padding-left: 1rem !important;
}

.code pre {
    max-height: 25rem;
    overflow-y: auto;
    color: #f8f9fa !important;
    background-color: #343a40 !important;
    padding: 1rem !important;
    margin-top:0 !important;
    font-family: 'IRANSansWeb-en' !important;
    font-size: 87.5% !important;
}