Complete the code to center flex items horizontally and vertically in a flex container:
.flex-container {
justify-content: _____;
align-items: _____;
}
Complete the code to center flex items horizontally and vertically in a flex container:
.flex-container {
justify-content: _____;
align-items: _____;
}