Center Align for Heading - Penang Theme

My site URL is https://weact.chat/ and I am using the Penang theme on the Digital Ocean server.

On this page I am trying to center align the headings Catalyze - Premier Web3 Discord Alternative for Community Engagement Growth

The Markdown editor does not directly allow this. Any suggestions to doing this with html or css?

@Sage it looks like the “Causes” page title is centered. However the “Climate” heading is not…

If you want “Climate” to be centered then try this…

.c-content h2 {
    text-align: center;
}