The div for the red box and the div for the green and purple boxes are both set to the same max-width of 75rem. I'm stumped on how the red box is displaying a max-width of nearly 1250px when stretched on a wide monitor.
I'm applying this helper class to both divs.
.wrapper {
margin: auto;
max-width: 75rem;
}