H2 css selector lesson 56

Please help me tell me where wrong it is saying that use h2 selector to change font

.red-text { color: red; }

h2 {font-family: FAMILY_NAME, LOBSTER;}

p {
font-size: 16px;
font-family: monospace;
}

CatPhotoApp

Click here to view more cat photos.

A cute orange cat lying on its back.

Things cats love:

  • cat nip
  • laser pointers
  • lasagna

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats
Indoor Outdoor
Loving Lazy Energetic
Submit

Use this
font-family: lobster;
The code you wrote has a wrong syntax
font-family: FAMILY_NAME, LOBSTER;