To set a class as a selector in CSS, add a period followed by the class name. In this case, it's .grey-element.

Order the lines to see it in action.

The order is .grey-element {, background-color: lightGray;, then }.