html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

nav {
    overflow: auto;
}

.brand-logo img {
    padding-left: 10px;
    height: 50px;
    margin-top: 8px
}

.user-logo {
    width: 44px;
    margin: 10px 10px 10px 0;
}

body {
    background: #fafafa;
}

.container-content {
    background: white;
    min-height: 90%;
    overflow: auto;
    padding: 1em 2em;
}

code {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #009688;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin: 1.6em 1.6em 1.6em 0;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
    white-space: pre;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h1 {
    font-size: 2.5em;
    padding-bottom: .3em;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
    border-bottom: 1px solid #eaecef;
}

h2 {
    font-size: 2em;
    margin-top: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.25;
    border-bottom: 1px solid #eaecef;

}

h3 {
    font-size: 1.5em;
    margin-top: 22px;
    margin-bottom: 18px;
    font-weight: 400;
    line-height: 1.25;
    border-bottom: 1px solid #eaecef;
}

footer {
    bottom: 0;
    left: 0;
    position: relative;
    width: 100%;
}

::-webkit-scrollbar {
    display: none;
}

.modal {
    width: 50%;
}

@media only screen and (max-width: 1555px) {
    .container {
        width: 100%;
    }
}

@media only screen and (max-width: 1075px) {
    .container-content {
        padding: 0
    }
}
