Create an empty rule for the body element.

<html>
<head>
<style>
body { }
</style>
</head>
<body>
<h1>The Social Book</h1>
<p>Sign up with us</p>
</body>
</html>]]>

Make sure to pick body, followed by {, and finally }.