The following is not vertically aligning the div with text in browser tab (it is horizontally aligning correctly):
<div style="height: 100%; display: flex; align-items: center; justify-content: center;">
<div>
Some vertical and horizontal aligned text
</div>
</div>
What is wrong?