Add the h1 selector and h1 tag in their correct positions.

<html>
<head>
<style>
body {
background-color: lightBlue;
color: white;
}

h1 {
font-family: Helvetica;
}
</style>
</head>
<body>
<h1>The new Yphone</h1>
<p>Now with zero cameras. Why? Nobody knows.</p>
</body>
</html>]]>

Make sure to pick h1, followed by <h1>.