flex-direction: column; means the main axis of the container is vertical, so justify-content: center justifies items vertically this time.
flex-direction: column;
justify-content: center
Make sure to type center.
center