try adding this to your style.css if you have child’s theme if not, install simple custom css and go to appearance, custom css and add…
.site {
width: 100%;
margin: 0 auto;
}
.site-main {
max-width: 100%;
overflow: hidden;
}
to change the page background color go to Appearance, Colors, and you can change the site and page background color there.