Add the right property to set the background color for the entire page.

<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 pick background-color.