Hi there,
Thanks for writing in! It’s not any section rather blank space. You don’t have enough content to fill the page that’s why the space.
You could set body background color to white from Customizer.
Also if you want to align the footer at the bottom of the page, you can add this under Custom > CSS in the Customizer.
.x-colophon.bottom {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
Hope this helps.
Cheers!