html {
    font-family: "Inconsolata", monospace;
    font-size: 19px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

body, .navbar {
    margin: 0;
}

.navbar {
    padding: 2em;
    background: #f7f7f7;
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
}

#navlinks a {
    margin-left: 2em;
}

.container {
    margin-top: 4em;
    display: flex;
    justify-content: center;
}

.content {
    padding: 0 1em;
    max-width: 700px;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

code, pre code {
    margin: 0;
    padding: 12px 18px;
    font-size: 0.85em;
    line-height: 24px;
    background: rgba(0, 0, 0, .03);
    border-radius: 3px;
    max-width: 700px;
}

pre code {
    white-space: pre-wrap;
    background-color: rgba(0, 0, 0, .02);
}
