In this example, I've wrapped the button in a container div with the class `button-container` and set its text alignment to center. The `body` element uses a flexbox layout to center the container both horizontally and vertically within the viewport.
This should center the button in the middle of the page.