How can I center the title on my default contact page?

Hi @Tiagiinho

Add below CSS and it’ll solve your issue. This css will work for all future and current pages.

.page-width.page-width--narrow {
	text-align: center;
}

Thanks