html, body {
height: 100vh;
    }

    body {
display: flex;
flex-direction: column;
    }
    .content {
flex: 1 0 auto;
    }