body{
    display: flex;
    flex-direction: column;
    height: calc(100vh - 16px);
    margin: 0;
    padding: 8px;
}

body .vac_container{
    height: 100%;
    overflow-y: scroll;
}

body footer{
    height: max-content;
}