html, body {
    height: 100%;
}

#main {
    margin-top: 10px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}