h1 {
    font-size: 2.4em !important;
    margin: 0px !important;
    padding: 0px !important;
    /*color: var(--md-typeset-a-color) !important;*/
    color: #f26e45 !important;
}

h2 {
    color: var(--md-accent-fg-color);
}

h3 {
    color: #ffeaaa;
}

h4 {
    color: #c7ff00;
}

a:hover {
    text-decoration: underline !important;
}

strong {
    color: var(--md-typeset-a-color) !important;
}

.md-grid {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 2000px;
}

.md-sidebar {
    width: 20% !important;
}

.md-typeset h2 {
    margin-bottom: 0 !important;
}

.md-typeset hr {
    margin-top: 0 !important;
}

table thead {
    background: var(--md-code-bg-color);
}