#setup {
    display: flex;
    flex-direction: column;
    
    /* fallback height */
    min-height:100vh;
    
    /* new small viewport height for modern browsers */
    min-height:100svh;
}

#setup > footer {
    margin-top: auto;
}