.api-endpoint{
    text-align: left !important;
    margin-top: 3rem !important;
    
}

.title{
    margin-bottom: 1rem !important;
}

.api{
    margin-top: 1.5rem !important;
}

.api-address{
    direction: ltr;
    padding: .5rem !important;
    border: 1px solid #dee2e6 !important;
    color: #212529;
    background-color: #f8f9fa;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    font-family: 'IRANSansWeb-en';
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.api-method{
    color: #15318a;
    text-transform: uppercase !important;
}