h1 {
	color: red;
  background-color: yellow;
}

p {
  color: white;
  background-color: black;
}
