There are many CSS properties. For example, to change the color of an element, we use background-color and set it to a value like darkGreen.
background-color
darkGreen
Make sure to pick background-color, followed by :, and finally darkGreen.
: