html, body {
    min-width: 290px;
    color: #4d4e53;
    background-color: yellow;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.5;
}

html {
    display: block;
}

html, body {
    min-width: 290px;
    color: #4d4e53;
    background-color: yellow;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.5;
}

body {
    display: block;
    margin: 8px;
}

#navbar {
    position: fixed;
    min-width: 290px;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 100%;
    border-right: solid;
    border-color: rgba(0, 22, 22, 0.4);
    background-color: black;
    color: white; 
}

#navbar header {
    color: white;
}

nav {
    display: block;
}

header {
    color: black;
    margin: 10px;
    text-align: center;
    font-size: 1.8em;
    font-weight: thin;
}

#navbar ul {
    height: 88%;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

#navbar li {
    color: #4d4e53;
    border-top: 1px solid;
    list-style: none;
    position: relative;
    width: 100%;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

section li {
    margin: 15px 0px 0px 20px;
}

#navbar a {
    display: block;
    padding: 10px 30px;
    color: #4d4e53;
    text-decoration: none;
    cursor: pointer;
}

user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

#main-doc {
    position: absolute;
    margin-left: 310px;
    padding: 20px;
    margin-bottom: 110px;
}

user agent stylesheet
main {
    display: block;
}

#main-doc header {
    text-align: left;
    margin: 0px;
}

section article {
    color: #4d4e53;
    margin: 15px;
    font-size: 0.96em;
}

article {
    display: block;
}

section article {
    color: #4d4e53;
    margin: 15px;
    font-size: 0.96em;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

#main-doc header {
    text-align: left;
    margin: 0px;
}

code {
    display: block;
    text-align: left;
    white-space: pre-line;
    position: relative;
    word-break: normal;
    word-wrap: normal;
    line-height: 2;
    background-color: #f7f7f7;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
}

user agent stylesheet
code {
    font-family: monospace;
}

@media (max-width: 1199px) and (min-width: 769px) {

}