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