How can I center the title on a specific webpage?

Is there any way to centre the title of this page only? I am struggling to find the place where I can edit the page in the edit code place. Go to slimwallets.store then track your order to see what I am referring to please.

Hi @slimwallets ,

Please go to theme.liquid file and add code here:

Code:

{% if page.handle == 'track-your-order' %}
    
{% endif %}

Hope it helps!

Thank you so much!