Hello There,
The account page is using the default page template. That is why, the contents is on the left and the left side is for the sidebar but it is empty at the moment. You can edit the page and change the page template. You can make use of the “Layout – Fullwidth” page template.
To change the font size and somehow align the text at the center of the container, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS
.woocommerce-account .entry-content .woocommerce {
font-size: 14px;
text-align: center;
}
Hope this helps. Kindly let us know.