html {
    height: 100svh;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

body {
    max-width: 900px;
    background: #222;
    color: #cecece;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-x: hidden;
    padding: 10px;
}

/* .highlight, */
/* pre { */
/*     overflow-x: scroll; */
/* } */

a {
    color: #0f0;
    text-decoration: underline;
}

.nav-bar ul {
    list-style-type: none;
    padding-left: 0;
}

.nav-bar ul li {
    display: inline-block;
}

.nav-bar {
    /* background: #555555; */
    font-size: 1rem;
}

.cat ul {
    list-style-type: '> ';
}

.info {
    font-style: italic;
    font-size: 12pt;
}

.title {
    font-size: 1.2rem;
}

.article-short {
    margin-bottom: 15px;
}

.main {
    flex-grow: 1;
}

.cat-name {
    font-weight: bold;
}

footer {
    margin-top: 15px;
    border-top: 1px solid #555555;
    font-size: 0.7rem;
}

.spacer {
    flex: 1;
}

img {
    max-width: 100%;
}
