h1,h2,h3,h4,h5,h6,p,div,span,a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
code,pre * {
    font-family: "Fira Code" !important;
}
a {
    text-decoration: none;
}

.bio {
    display: flex;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.bio div {
    width: calc(60% - 2em);
}
.bio h1 {
    text-align: center;
}
.bio img {
    max-width: 40%;
    max-height: 50vh;
    margin-left: 2em;
    object-fit: cover;
}

.postlist {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.postlist h2 {
    text-align: center;
}
.postlist .post {
    display: flex;
}
.postlist .post img {
    max-width: 128px;
    margin-right: 2em;
}
.postlist .post h3 {
    margin: 0;
    padding-bottom: 1em;
}

.post-header {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.post-body {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.post-body .figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.post-body .figure img {
    max-width: calc(100% - 1em);
}
