html, body {
    min-height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    margin-bottom: 100px;
}

footer {
    margin-top: auto;
    margin-bottom: 0;
}
