I have two divs, one is a title and the other is the content
I want to have the second div with the content to be centered vertically and have the title above it.
If i do this the content gets pushed off center because the flexbox grows in both directions and thus the content div is not in the vertical center anymore.
I've tried using a grid with 3 rows instead but it isn't responsive enough and causes overflow, it did however, achieve what i wanted.
The vertical center of the red div should be the vertical center of the parent div
