Time to go back to the stylesheet.
Below the body rule, create a rule for the <div> element with the ID header. In it, set background-color to #1abc9c and height to 150px.
body
<div>
header
background-color
#1abc9c
height
150px