What is the use of "!important" in CSS?

What is the use of “!important” in CSS?

The !important property in CSS is used when we want to override all the previously applied styling rules and the rule denoted by !important is to be applied. The !important property increases the priority of it’s rule.