@catsalad As per specificity scores, .one is a class that applies generally while #wisely is a unique identifier, therefore by following cascade rules, the only correct answer is #wisely as it has the higher specificity score. The other choice would apply unintended styling to the DOM.