A quick example of CSS Grid.
Create the grid:
display: grid
Position in the grid:
grid-column: 1; grid-row: 2;
first sidebar goes left
main content is king
second sidebar goes right
shows up below right sidebar
related goes after everything across entire width