Answer:
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: cyan;
font-family: Arial;
}
</style>
</head>
<body>
<p>Hi Mom!</p>
</body>
</html>
Explanation:
Change the "Hi Mom!" to any text you want on your site
Change the "cyan" to any color you want