Now let's make the h2 element look nicer, too.
h2
Start by creating a rule for h2 and setting the background-color to lightGrey.
background-color
lightGrey
Make sure to pick h2 followed by { and then background-color:, lightGray;, }.
{
background-color:
lightGray;
}