html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.content-variable {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content-variable .stretched {
    flex: 1;
    display: flex;
    flex-direction: column;
}



