Setting the font-weight for Multiple Heading Elements

What is your hint or solution suggestion?
In order to set the font-weight in your HTML tag for multiple headings, you can use these means;

This is h1 text

This is h2 text

or h1 { font-weight: 800; } h2 { font-weight: 600; }

you do the same for the remaining headlines

Challenge: Set the font-weight for Multiple Heading Elements

Link to the challenge: