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

Make sure to type center.