body {
  background: yellow
;
}
p {
  color: red;
  font-size: 17px;
}
h3 {
  color: blue;
  font-family: cursive
}
