body {
    background-color: rgb(0, 0, 0);
    color: rgb(180, 180, 180);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 20px;
}

header {
    background-color: rgb(80, 139, 37);
    color: rgb(18, 36, 5);
    padding: 7px;
}

header a {
    color: rgb(14, 46, 14);
}

header a:hover {
    color: rgb(202, 216, 192);
}

nav {
    background-color: rgb(28, 39, 21);
    color: rgb(175, 185, 167);
    margin: 10px;
    max-width: fit-content;
}

.sidemenu {
    width: 200px;
    height: 100%;
    float: left;
    background: rgb(28, 39, 21);
    margin-right: 10px;
    border: 1px double rgb(99, 173, 52);
}

.sidemenu a {
    color: rgb(180, 180, 180) !important;
    text-decoration: none;
}

.sidemenu dl {
    background-color: rgb(56, 104, 27);
    color: rgb(180, 180, 180) !important;
    margin-left: 5px;
    margin-right: 5px;
}

.sidemenu dd {
    background: rgb(172, 184, 164);
    margin-left: 0px ;
    margin-right: 0px;
    border-bottom: 1px solid rgb(28, 39, 21);
}

.sidemenu dd a {
    color: rgb(28, 39, 21) !important;
}

.article {
    float: left;
    /* max-width: 80%; */
    border-left: 1px solid rgb(99, 173, 52);
    padding-left: 10px;
}
main:after {
    content: "" ;
    display: table;
    clear: both;
}

pre {
    border: 1px solid rgb(26, 97, 32);
    max-width:fit-content;
    padding: 1ch;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    code {
        border: None;
        display: block
    }
}

code {
    display: inline;
    white-space: pre-wrap;
    background-color: rgb(28, 34, 28);
    max-width:fit-content;
    border: 1px solid rgb(26, 97, 32);
}

a {
    color: rgb(38, 116, 38);
}

a:hover {
    color: rgb(132, 199, 84);
}

footer {
    background-color: rgb(15, 24, 16);
    position: absolute;
    bottom:.5%;
    width: 100%
}
