Description
When button styling is applied to a link (a element) it inherits text-align from its parent. button and input type="button" have centered text as part of browser default styling but links don't.
We should explicitly add text-align: center to our base button style to normalize across both button.