The title’s text alignment is left by design. Centering would not look good though possible. Add the code below in your Appearance > Customize > Custom > Global CSS
h1.entry-title {
text-align: center;
}
Making it centered only if the title extends to two lines is not possible or would require further customization which is outside the scope of our support.