.pagination {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 3rem auto 0 auto;
    padding: 0 1.5rem;
    max-width: 70ch;
    text-align: center;
}

.pagination .newer-posts {
    align-self: flex-start;
}

.pagination .older-posts {
    align-self: flex-end;
}

.pagination .page-number {
    align-self: center;
    padding: 0 1.5rem 0 0;
}

.pagination .newer-posts + .page-number {
    padding: 0 1.5rem;
}

.footer {
    border-top: 1px dashed var(--system-color-secondary);
    margin: 3rem auto 0 auto;
    max-width: 70ch;
    padding: 3rem 1.5rem 2.5rem 1.5rem;
    width: 100%;
}

.footer a {
    margin: 0 0.5rem 0 0;
}

.footer a:last-child {
    margin: 0;
}

.footer .nav {

}
.footer .nav a {

}

.footer .social {

}

.footer .social a {

}

.footer .nav a,
.footer .social a {

}