/* hierarchy of selectors html, font, group, id*/
h1,h3{
  color: red;
  background-color:black;
}


.bluecolor {color:blue}
  /* hex colors*/
  /* . --> looking for class */

#special {color:orange}
