.container {
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px 40px 20px;
}

body {
    text-align: left;
}

.site-nav {
    font-size: 14px;
    color: rgb(114, 114, 114);
    padding: 20px 0;
}

.site-nav a {
    color: rgb(114, 114, 114);
}

article h1 {
    margin-bottom: 4px;
}

.post-meta {
    color: rgb(160, 160, 160);
    font-size: 13px;
    margin-bottom: 24px;
}

article p,
article li {
    color: rgb(70, 70, 70);
    font-size: 15px;
    line-height: 1.55;
}

article h2,
article h3 {
    margin-top: 32px;
}

article img {
    max-width: 100%;
    height: auto;
    margin: 16px auto;
    border: 1px solid #eee;
}

article a {
    color: #1a6dbf;
}

pre {
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 12px 14px;
    overflow-x: auto;
    font-size: 13px;
    line-height: 1.45;
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    background: #f5f5f5;
    padding: 1px 4px;
    border-radius: 3px;
    font-size: 13px;
}

pre code {
    background: transparent;
    padding: 0;
}

.post-list {
    list-style: none;
    padding: 0;
}

.post-list li {
    margin-bottom: 10px;
    font-size: 15px;
}

.post-list .post-date {
    color: rgb(160, 160, 160);
    font-variant-numeric: tabular-nums;
    margin-right: 8px;
}
