Set background-color to lightBlue. Make sure to not forget the : and ; signs.
<html><head> <style> body { background-color: lightBlue; } </style> </head> <body> <h1>The Social Book</h1> <p>Sign up with us</p> </body> </html>]]>Make sure to type background-color: lightBlue;.