body {
  color: blue;
}

h1 {
  color: red;
}

li:first-child { 
  color: green;
}