h1 {
  font-size: xx-large;
  color: #ffcc00;
  background-color: #cc0000;
}
h2 {
  background-color: #009900;
  font-size: x-large;
  color: #33ccff;
}
p {
  color: black;
  font-size: large;
  background-color: #00cccc;
  font-family: "Times New Roman",Times,serif;
}
