Its glitched BIGTIME!

I watched the video and did the same thing, I even copied and pasted when it would not work, and it still says Its wrong even though its the same code done in the video and in the answer.

**
body {
background-color: #FFFFFF;
}

.orange {
background-color: #FF7D00;
}

.cyan {
background-color: #00FFFF;
}

.raspberry {
background-color: #FF007D;
}

div {
height: 100px;
width: 100px;
margin-bottom: 5px;
}

**

<style>
body {
  background-color: #FFFFFF;
}

.orange {
  background-color: #FF7D00;
}

.cyan {
  background-color: #00FFFF;
}

.raspberry {
  background-color: #FF007D;
}

div {
  height: 100px;
  width: 100px;
  margin-bottom: 5px;
}
</style>

<div class="orange"></div>
<div class="cyan"></div>
<div class="raspberry"></div>

Your browser information:

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

Learn about Tertiary Colors

Link to the challenge:

You did not use the color codes that were included in the challenge description. Read the instructions carefully.