It is because you have not closed the h1,p selector with closing brace.
It should be as follows:
h1,p{
background-color:red;
}
/*and then the #top-cloud */
solved can you identify the error? i am trying to debug the code but i cant see the error [closed]