Add the selector that styles an entire webpage.
<html>
<head>
<style>
body { }
</style>
</head>
<body>
<h1>Facebook</h1>
<p>Sign up with us</p>
</body>
</html>]]>
Make sure to pick
body
.