
body {
    font-size: 0.8rem;
    background: #4e4e4e;
    color: #e3e3e3;
    font-family: "FreeMono", monospace;
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    /* image-rendering: crisp-edges; */
}

a { 
    color: rgb(194, 105, 105);
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,p{
    padding: 0px;
    margin: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.flex-container {
    display: flex;
    height: 100%;
    min-height: 100vh;
    flex-direction: row;
}

.center {
    background:#1f1f1f;
    width: 100%;
}

.center-contents {
    padding: 30px;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    overflow-wrap: break-word;
}

.holder {
    width: 50px;
    min-width: 50px;
}

.sidebar {
    width: 50px;
    min-width: 50px;
    min-height: 100vh;
    background: rgb(169, 45, 45);
    position: fixed;
}

.sidebar-contents {
    padding: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebar-contents li {
    list-style: none;
    color: #ffffff;
    cursor: default;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebar-contents a { 
    color: inherit;
    text-decoration: none;
}