Can't center my button with my h3 text

I’ve already tried using text-align:center, margin:0 auto and now justify-content properties, but none of those options have worked for me .

It looks like what’s already there (display: block) works!

Thanks, apparently that did work!