Use a jQuery method to toggle between adding and removing the "important" class from the <p> element, when you click on it.
Hint: Use the toggleClass() method.
This is a paragraph - Click me!