.webappgencontainer {
    display: flex;
    flex-direction: column;
    height: 100%; /* or any fixed height */
}


.webappgencontent {
    flex: 1 0 auto;        /* Fill the remaining height */
}