h1 {
  color: red;
  background-color: blue;
}
body {
  background-color: yellow;
}
p {
  color: green;
}
