To make the header span across the width of the entire page, we just set grid-template-areas to "header header".
grid-template-areas
"header header"
Make sure to pick " followed by header and then header, ".
"
header