Please help where I went wrong

Tell us what’s happening:

Your code so far


<style>
body {
  background-color: black;
  font-family: monospace;
  color: green;
.orange-text {
    color: orange;
}
.pink-text {
  color: pink;
}
.blue-text {
  color: blue;
}
</style>
<h1 class="pink-text blue-text" id="orange-text">Hello World!</h1>

Your browser information:

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

Challenge: Override Class Declarations by Styling ID Attributes

Link to the challenge:

Hello.
You should add the closing curly brace at the end.

You need to use hashtag symbol # for ID