h3 {
  color: violet;
}

.rayado {
  font-style: italic;
  text-decoration: line-through;
  color: violet;
}

li {
  color: pink;
}