Problem with lesson

So the lesson wants me to change h1 to Verdana and a certain color and also change p to font size 18px and a certain color and it says my code is incorrect can someone help?

h1 {
font-family: Verdana;
color: #576D94
}

p {
font-size: 18px;
color: #4A4943;
}

Hi @is2jello,

Please give the exercise link. Without knowing the exercise, it is difficult to debug your issue.

Thanks!