.md-typeset h1{
    font-weight: 600;
    color: black;
}

[data-md-color-scheme=slate] .md-typeset h1{
    color: white;
}

.md-typeset h2{
    font-weight: 600;
}
.md-typeset h3{
    font-weight: 600;
}

.language-javascript, .md-typeset pre> code{
    background-color:black !important;
    color:white !important;
    padding-bottom: 30px;
}

.language-html{
    background-color:black !important;
    color:white !important;
    padding-bottom: 30px;
}

.force-wrap {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
