html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

body > main {
    flex: 1 1 auto;
}

.site-footer {
    flex-shrink: 0;
}
