Hello
There is a number of ways of doing this. As you do not appear to be using the Joomla article titles, you could try something like this (custom css)...
.maincontent p {
max-width: 700px;
margin-inline: auto;
text-align: center;
}
This will put a max-width and center all paragraphs within the content area.
Ciaran