Create a grid column that spans across the entire screen.
Make sure to pick grid-template-columns followed by : and then 100%, ;.
grid-template-columns
:
100%
;