body {
    background-color: #f7f7f7ee;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    overflow-x: hidden;
}


header {
    border-style: outset;
    border-width: 2pt;
    border-color: #f3f3f3;
    background-color: white;
}

footer {
    border-color: #f3f3f3;
    background-color: white;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
}

h1.sitename {
    font-family: Consolas, monospace;
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;*/
}

.logo {
    font-family: Consolas, monospace;
}
nav {
    float: left;
    border-style: outset;
    border-width: 2pt;
    border-color: #e8e8e8;
    background-color: #e8e8e8;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
    margin-right: 1.7em;
    height: 80.5vh;
}
.sidenav ul li a {
   text-decoration: none; 
}
.col_ul {
    list-style-type: none;
    text-align: left;
    padding-left: 3ch;
    padding-right: 3ch;
}


#content-main { 
    text-align: left;
    font-family: Consolas, monospace;
    color: #4e4d4d;
}
article p {
    margin-bottom: 0;
}

.error-text {
    font-weight: bold;
    color: red;
}

.error-bar {
    display: flow-root;
    color: white;
    background-color: red;
    border-color: #ed0606;
    border-style: outset;
    border-width: 2pt;
}

.warning-bar {
    display: flow-root;
    color: black;
    background-color: yellow;
    border-color: #f5f50c;
    border-style: outset;
    border-width: 2pt;
}

.success-bar {
    display: flow-root;
    color: white;
    background-color: #73b018;
    border-color: #33bf2c;
    border-style: outset;
    border-width: 2pt;
}

.bar-text {
    justify-self: left;
}

.x-button {
    float: right;
    border-style: inherit;
    border-color: inherit;
    background-color: inherit;
    font-weight: 900;
    color: inherit;
}

.x-button:hover {
    border-style: inset;
}

.smallcode {
    font-family: Consolas, monospace;
    font-size: small;
    color: #616060;
}

.copyright {
    font-size: xx-small;
    color: #616060;
}
