Without explicitly defining the height I determined I need to apply the flex value to the parent and grandparent div elements...
If you're using a single element (e.g. dead-centered text in a single flex element) use the following:
align-items: center;
display: flex;
justify-content: center;