body {
    display: flex;
    flex-direction: column;
    justify-content: center;

    margin: 40px auto;
    max-width: 805px;
    line-height: 1.9;
    color: #444;
    padding: 0 10px;
    /* background-color: #f2f2f2; */
    font-family: "Merriweather";
    font-size: 14px;

}

.body-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

.sticky-toc {
    flex-grow: 1;
}

.content {
    flex-grow: 4;
}

.empty {
    flex-grow: 1;
}

pre {
    white-space: pre;
    border: 2px solid #444;
    padding: 10px;
    background-color: #F5F5F5;
    font-size: 12px;
    overflow-x: auto;

}

code {
    background-color: #F5F5F5;
    border-radius: 3px;
    padding: 2px;
}

hr {
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    background-color: #000000;
    height: 1px;
}

h1, h2, h3, h4 {
    font-family: 'Raleway', sans-serif;
}

h2 {
    margin-bottom: 0;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.variable.function.shell {
    user-select: none;
    color: #62a35c;
}