Give me feedback for this project

Looks neat and gets the message across. In terms of the code, I’ll suggest keeping the formatting consistent in the CSS file.

DO

h1 {
...
}

DON’T

h1 
{
...
}