html, body{
    height:100%;
}

body{
    min-height:100vh;
    display:flex;
    flex-direction:column;
}

.container{
    flex:1;
}

footer{
    margin-top:auto;
}