html {
    width: 100%;
}
body {
    width: fit-content;
    margin-left: 150px;
    margin-right: 150px;
    max-width: initial;
    display: inline-flex;
    font-family: 'Roboto', sans-serif;
    padding-top: 5px;
    padding-bottom: 0px;
    hyphens: auto;
    overflow-wrap: break-word;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-size: medium;
}

body.bodyclass {
    
    font-size: medium;
}

.content {
    display: inline-block;
    max-width: 560px;
    padding: 10px;
}

.leftmenu {
    width: 200px;
    padding-top: 150px;
    display: inline-block;
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    margin-top: 1em;
    margin-bottom: 0.2em;
}

.title {
    font-size: 40px;
    font-weight: bolder;
    background-color: firebrick;
    color: white;
    margin-top: 0px;
    padding: 30px;
}

header {
    position: relative;
    background-color: firebrick;
    color: white;
    text-align: center;
    left: -200px;
    width: 800px;
    margin-bottom: 0px;
}

nav {
    padding-left: 30px;
    margin-bottom: 10px;
}


pre {
    background-color: darkmagenta;
    color: greenyellow;
    overflow-x: scroll;
    padding: 5px;
    padding: '0';
    overflow-wrap: unset;
    text-wrap-mode: nowrap;
    scroll-behavior: smooth;
}

code {
    overflow: scroll;
    display: contents;
    width: fit-content;
    text-wrap: inherit;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}


.menulink {
    text-decoration: none;
    padding-left: 20px;
    font-weight: bold;
}