
main {
    color: #4d4e53;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.5;
}

.sidebar {
    position: fixed;
    min-width: 290px;
    top: 0px;
    left:0px;
    width: 300px;
    height: 100%;
    border-color: pink;
    border-right: solid
}

.sidebar a {
    display: block;
    padding: 10px 30px;
    color: #4d4e53;
    text-decoration: none;
    cursor: pointer;
}

.sidebar li {
    list-style: none;
}


.maindoc {
    position: absolute;
    margin-left: 310px;
    padding: 20px;
    margin-bottom: 110px;
}

header.content-title {
    text-align: left;
    margin: 0px;
}

header {
    color: black;
    margin: 10px;
    text-align: center;
    font-size: 1.8em;
    font-weight: thin;
}

div article {
    color: #4d4e53;
    margin: 15px;
    font-size: 0.96em;
}

article {
    display: block;
}

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;
}