all the items should justify contents from center and specific item should flex start code example
Example: how center content in css by using flex
display: flex;
width: 60%;
justify-content: center;
margin: 0 auto;
display: flex;
width: 60%;
justify-content: center;
margin: 0 auto;