html{
    height: 100%;
    box-sizing: border-box;
}
body{
    position: relative;
    margin: 0 ;
    min-height: 100%;
    box-sizing: inherit;
}

footer{
    text-align: center;
    position: absolute; 
    right: 0;
    left: 0;
    bottom: 0;
}

