p {
    color: blue;
    font-size: 21px;
  }
  body {
    background-color: yellow
  }
h1 {
    color: red;
}
