Learn CSS Animation by Building a Ferris Wheel - Step 1

Tell us what’s happening:
I keep failing the test says " Your link element should be within your head element.". Am I missing something?

Your code so far

<!-- file: index.html -->

<!-- User Editable Region -->

<!Doctype html>
<html lang="en"></html>
<head>
  <title>Ferris Wheel</title>
  <meta charset="utf-8">
  <link rel="stylesheet" href="./styles.css">
</head>
<body></body>

<!-- User Editable Region -->

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

Challenge: Learn CSS Animation by Building a Ferris Wheel - Step 1

Link to the challenge:

Ya, the hint you are getting isn’t really telling you what the problem is. The problem is that the html element should wrap everything and you have it wrapping nothing.