I would like to center one of my sub-headers not the text below it. I tried the code below and it centers the subheading and also the text in the subsection.
---
title: "how do I center only a title"
format: html
---
### Something
something not centered
### A Centered Subheading {style="text-align: center;"}
Blah blah
- Blah
- More blah
- still more blah
### Somethingelse
not centered
What is the proper way to center just the subtitle?