We're almost there. All we have to do now is style the text by adding paddings and margins.

<head>
<style>
body {
background-color: black;
color: white;
text-align: center;
font-family: "Verdana", sans-serif;
}
img {
margin: 40px;
height: 40px;
width: 150px;
}
</style>
</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>]]>