Child of HTML
Overridden by Child1 {
color:brown
}
Overridden by .child1 {
color:red !important
}
Overridden by .parent1 .child1 {
color:blue !important
}
Overridden by html .parent1 .child1.red-colored {
color:red !important
}