h1 {
  color: red;
}
.special{
  color: orange;
  font-weight: bold;
}
li em{
  color: rebeccapurple;
}