Looks fine. Good job 
Add the test bundle to your codepen to verify it works as expected. A quick tutorial here.
Have a look at the <main> tag. You’re using class1 and class2. That’s not part of the HTML syntax. Use class="class-name-1 class-name-2" instead.