The center value set in the justify-content property allows you to center the elements:
center
justify-content
.parent { display: flex; justify-content: center; }
Result of code execution:
Repeat the page according to this example: