How can I center align my logo in an order confirmation email?

Dear all, I need to align the logo, the title and paragraph at the center of the mail as everything is positioned on the left side.
Do you know how to deal with this? I attach a screenshot
Thanks for your precious help.

Hii @Ereki84
Pick the classes of title,paragraph and photo. And use below css

text-align : center!important

@Ereki84
put below code into base.css file (online store->theme->asset->base.css)

h1.shop-name__text {
    text-align: center !important;
}
td.order-number__cell {
    text-align: center !important;
}
td.order-list__product-description-cell {
    text-align: -webkit-left !important;
}
td.subtotal-line__title {
    text-align: left !important;
}

For checking preview in shopify store follow below steps : online store->settings->notifications->order confirmation