Centered Grid Layout

Website Header

Main Content Area

This is the main content section of the website. It takes up 3 fractions of the grid space as defined by grid-template-columns: 3fr 1fr.

The container is centered using margin: 0 auto; and has a fixed width of 80% with a maximum width of 900px.

}