Vertically centering div in body

I have a flex container directly within my body that I am trying to vertically center in desktop mode.

This seems like it should be a very easy thing to acheive but no matter what I try it doesn’t budge. What am i missing?

Thanks


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

I am not sure whether this is what you mean, but I guess you should set your body to justify “center” instead of “start”. On the screen you see that now your body is justified from the top, next icon is for the center.

1 Like

That is what I wanted. Thanks