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;
}