23. Many selectors, many properties

In the exercise 23. many selectors it keeps telling me “Don’t forget to set Verdana”
I have set it, reset the code, refreshed the page and it still acts like this

``` Result

The Piper at the Gates of Dawn

Lucifer Sam, Siam Cat

h1{
font-family: Verdana;
color: #576D94;
}
p{
font-size: 18px;
color: #4A4943;
}

<do not remove the three backticks above>

your CSS is not linked to your HTML because of the above error ^

remove the - from between link and type, just leave a space