Set the color of the background to dimGray and the text color to white.

<html> <head> <style> body { background-color: dimGrey; color: white; } </style> </head> <body> <h1>The Social Book</h1> <p>Sign up with us</p> </body> </html>]]>

Make sure to pick dimGrey, followed by white.