Let's get the first light up. Create a rule for elements of the .red class that sets background-color to #ff0000.
.red
background-color
#ff0000
Make sure to pick .red followed by { and then background-color:, #ff0000, ;, }.
{
background-color:
;
}