html{
    height: 100%;
}
body{
    height: 100%;
    display: flex;
    flex-direction: column;
}
main{
    flex: 1 0 auto;
}
