There are many solutions for this:
1. add this to the child (note: a width needs to be specified):
margin-left: auto; margin-right: auto;
2. use text-align: center
3. use flexbox