I have a div in my site where I want text to be vertically aligned, here's some of the CSS
overflow-y:auto;
font-size: 150%;
justify-content: center;
flex-direction: column;
display:flex;
height:350px !important;
overflow-y:auto;
This works well when the text is short, but when it's long it gets cut off