/* Pin footer to viewport bottom when page content is short */
.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}

.page > main {
    flex: 1 0 auto;
}
