.markdown {
    font-size: 0.75rem;
}

.markdown h1,h2,h3,h4,h5,h6 {
margin-bottom: 0.8em !important;
}

.markdown h1 {
    font-size: 35px !important;
}

.markdown h2 {
    font-size: 30px !important;
}

.markdown h3 {
    font-size: 26px !important;
}

.markdown h4 {
    font-size: 20px !important;
}


.markdown ol {
    list-style-type: decimal;
    margin-bottom: 1em;
    margin-left: 1.2em;
}

.markdown blockquote {
    background-color: whitesmoke;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em;
}