You've created the basic structure of the website. It's time to add some style with CSS.

<html>
<head>
  <link rel="stylesheet" href="style.css">
</head>
<body>
  <img src="https://mimo.app/r/homeflix.png">
  <h1>See what's next</h1>
  <h3>Watch anywhere, but mostly from home.</h3>
  <a href="https://mimo.app/r/homeflix.html">Try 30 Days Free</a>
  <p>Watch TV shows and movies anytime, anywhere.</p>
</body>
</html>]]>