html, body {
    height: 100%; /* Ensures full-page height */
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-top: 70px;
}
main {
    flex-grow: 1; /* Makes main content expand */
}