Change the color property of the h1 element by assembling color: plum;.
color
h1
color: plum;
Make sure to pick color followed by : and then plum, ;.
:
plum
;