html{
    min-height:100%;
    position: relative;
}
body{
    min-height: 100vh;
    position: relative;
  margin: 0;
  padding-bottom: 100px; 
  box-sizing: border-box;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}