/* Extend main elements height so the footer will stick to the bottom of the page */
#wrapper main {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

main > div {
    flex: 1 0 auto;
}
