Setting the background color to lightBlue; inside the body rule sets the background for the entire body.

<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 lightBlue, followed by ;.