ID elemen target CSS

//Target the id
#id{
  color: red;
}
//Target the class
.class{
  color: red;
}
Obedient Ocelot