

body {
background-color: hotpink;
}

h1 {
  color: red;
} 

  p {
    color: purple;
  }

