Radio buttons Center Align

https://codepen.io/Mculo/pen/gVPKvY
Hi im having a problem center aligning my radio and checkbox buttons can any one please help

The text-align: center will do that to you. I prefer Flexbox for that but you could use position: relative or position: absolute or even margin: to shift them how you like.
-J

Thank You I think i’ll go back to flexbox did’nt give much attention to it.