Sometimes your HTML elements will receive multiple styles that conflict with one another.
For example, yourh1element can't be both green and pink at the same time.
Let's see what happens when we create a class that makes text pink, then apply it to an element. Will our classoverridethebodyelement'scolor: green;CSS property?
TEST
Create a CSS class calledpink-textthat gives an element the color pink.