.md-typeset h1 {
    /*font-size: 24pt;*/
    font-weight: bold;
    color: #000;
    border-bottom: solid 2px var(--md-primary-fg-color);
    padding-bottom: 5px;
}
.md-typeset h2 {
    border-bottom: 1px dotted #888;
}

code {
    font-size: 95% !important;
}
