Selector grouping

A single style can be applied to multiple elements via grouping. Use comma to delimit selectors.


  h1, h2 {color:red}
practice

Modify the rule from the previous practice so that it applies to level 1 and level 2 headings.