To spice things up a bit, let's try using the add method to set the font to gray-text and monospace.

Code el.classList.add() with "gray-text" followed by a comma and "mono" inside parentheses.

Make sure to type el.classList.add("gray-text", "mono");.