If we want a style to apply to the entire page, we can use the body selector.

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

Make sure to pick body.