CSS specificity order

id > attribute = class > tag

inline style > embedded style

!important > others

if same specificity, long path > short path