0 / 60 seg.

Complete the code to center flex items horizontally and vertically in a flex container:

.flex-container {
    justify-content: _____;
    align-items: _____;
}