*,
::before,
::after {
    box-sizing: border-box;
}

html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif, Apple Color Emoji, "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    display: grid;
    grid-template-rows: min-content 1fr min-content;
}

a {
    color: currentColor;
}

footer {
    text-align: center;
}

.template-homepage main {
    text-align: center;
}

.article-dates {
    p.meta {
        font-size: 0.9rem;
        color: #777;
    }
}

p.meta {
    margin: 0;
}

.intro {
    margin: 1rem 0;
}

.template-blogindexpage h2 a {
    color: #2563eb;
}