This is an exercise in object placement. You should create something similar to the page shown in class. It looks like this:
You should create a very similar page with three groups of objects. Feel free to change the colors or reorder the areas, but the shapes are required, and at lest three in each area. Each group should have its own color, different from the others. The areas should be about equal width. Your page should show the three areas at the top as this does, in a box which is the width of the page, and some reasonable fraction of the vertical space. When you point to one of the groups, all of its shapes should change color.
I made the outer box 100% wide, and gave a height in vh. That let me use percent sizes for the boxes inside. I also used vh and vw inside. Either will do for many things.
I used calc in several places, particularly to center things.
Post your solution on your Sandbox account, paste the URL here and send it.