Center Button and add spacing before and after the word

Hello,

I made a button and need to center it in the middle of the page horizontally and need to add a little spacing before and after the word.

BB_Tech_0-1678915835619.png

Below is my code



Subscriptions

Regarding add some space around your button text, try adding padding: 0 10px;

That fixed it, thank you