HTML CSS How to Center Text Paragraph is very simple using the style element. Go to the exact sentence that you want centered, surround it with paragraph tags then use the style to add text-align:center; and it's that easy.
You could be having trouble because a div or body might have other alignments set up in the CSS file, but if you go straight to the line and change it you will supersede all other CSS styles.
https://creatingvisits.com