The priority level of the selector is decided by importance of selectors:
- style attribute = a
- number of ID attributes (# id=) in the selector = b
- number of other attributes and pseudo-classes (. class=) in the selector = c
- number of element names and pseudo-elements (<article>, <p>, <span>, etc.) in the selector = d



