Fix display with small screens (content overflowed on right)
The overflow has begun when we set the box-sizing to border-box.
CSS grids has been refactored to use grid-template-areas to define where to place objects on the body element. This is finally simpler than defining grid-column and grid-row on items.