You have a repeating container “wp-block-columns” on your site that wraps blocks. You can add CSS code to the footer.php or to the style.css and the content will be centered.
.wp-block-columns { justify-content: center;}
For the header, you need to enter the width manually, if it is not possible through the admin panel. But you need to test it carefully and well.