This rule says that the unique element with ID banana should have color yellow.
To select an element by its ID attribute value, use a sharp (#) followed by
the attribute value. (example: #banana, which selects the element
with ID attribute value banana)