@font-face {
    font-family: 'LatinModernMono';
    src: url('../font/lmmono-italic-webfont.eot');
    src: url('../font/lmmono-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/lmmono-italic-webfont.woff') format('woff'),
        url('../font/lmmono-italic-webfont.ttf') format('truetype'),
        url('../font/lmmono-italic-webfont.svg#latin_modern_mono10_italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'LatinModernMono';
    src: url('../font/lmmono-regular-webfont.eot');
    src: url('../font/lmmono-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/lmmono-regular-webfont.woff') format('woff'),
        url('../font/lmmono-regular-webfont.ttf') format('truetype'),
        url('../font/lmmono-regular-webfont.svg#latin_modern_mono10_regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: Arial, Helvetica, serif;
}

/* mobile safari >:( */
@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}

body {
    max-width: 50em;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    margin: auto;
    padding: 1em;
    background-color: #F6F6F6;
    color: #000000;
}

a {
    color: #0000FF;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #F6F6F6;
    background-color: #0000FF;
}

/* Overrides the hover behavior above */
a em {
    color: #0000FF;
    background-color: transparent;
    text-decoration: none;
}

hr {
    border-style: ridge;
    border-width: 1px;
    border-color: #000;
}

code,
pre {
    /* Latin Modern Mono first in case the user has it locally,
     * otherwise fall back on the webfont that we've confusingly named
     * LatinModernMono.
     */
    font-family: "Latin Modern Mono", "LatinModernMono", monospace;
}

table:not(.rouge-table) {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

table:not(.rouge-table) {
    text-align: center;
    border: 1px solid black;
}

th {
    text-align: center;
    border: 1px solid black;
}

td:not(.rouge-gutter):not(.rouge-code) {
    text-align: center;
    border: 1px solid black;
}

div.highlighter-rouge {
    border: 2px solid black;
    overflow-x: auto;
}

.rouge-gutter {
    padding-right: 5px;
    border-right: 2px solid black;
}

.rouge-code {
    padding-left: 10px;
}

.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.navbar-item {
    padding: 14px;
    text-align: center;
    display: inline;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.post-title {
    text-align: left;
    font-size: 1.6em;
    text-wrap: balance;
}

.post-subtitle {
    margin-top: -10px;
    font-size: 16px;
}

.previous-post {
    padding-bottom: 40px;
    float: left;
}

.next-post {
    padding-bottom: 40px;
    float: right;
}

.post-count {
    padding-bottom: 40px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.blog-title {
    font-size: 1.6em;
    text-align: center;
}

.blog-subtitle {
    margin-top: -10px;
    font-size: 0.8em;
    text-align: center;
}

img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}

/* wow! */
img+em {
    display: block;
    text-align: center;
}

video {
    width: auto;
    max-width: 100%;
}

li {
    max-width: 90%;
    margin: 10px 0;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

pre {
    width: 100%;
    font-size: 1em;
}

.center-container {
    display: table;
    text-align: center;
    margin: auto;
}

.prebox {
    white-space: pre-line;
}

.borderbox {
    border: 4px;
    border-style: double;
    border-color: black;
    padding: 0.8em;
}

div.older-post {
    background-color: lightyellow;
    border: 2px dotted black;
    padding: 0.4em;
}

img.img-box {
    border: 2px solid gray;
}

del {
    text-decoration-thickness: 2px;
}
