#main-content h3 {
    font-size: 1.1rem;
}

#main-content h4 {
    font-size: initial;
}

:not(pre) > code {
    line-height: normal;
    background: rgba(135, 131, 120, .15);
    color: #EB5757;
    border-radius: 4px;
    font-size: 85%;
    padding: 0.2em 0.4em;
}