
html,body{
    height: 100%;
}

.main-wrapper{
    min-height: 100%; 
    display: flex;
    flex-direction: column;
}

#main{
    flex: 1;
}