Complete the h1 rule.

<html>
<head>
   <style>
h1 {
color: LightBlue;
background-color: HotPink;
}
</style>
</head>
<body>
  <h1>Flinger</h1>
  <h2>The next is one swipe away!</h2>
</body>
<html>]]>

Make sure to choose h1, and then braces, { and }.