body {
    background-color: #f8fafc;
    padding-bottom: 64px;
}

.page-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 14px;
    text-align: center;
    font-size: 12px;
    color: #7a7a7a;
    padding: 0 12px;
}

.page-footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.page-footer-nav a {
    color: #5c6773;
    text-decoration: none;
}

.page-footer-nav a:visited {
    color: #5c6773;
}

.page-footer-nav a:hover,
.page-footer-nav a:focus {
    text-decoration: underline;
}

.page-footer-meta {
    margin-top: 6px;
    color: #8b8b8b;
}
