h1 {
  color: darkred;
  font-size: 60px;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: underline;
  font-style: italic;
}
h2 {
  color: tomato;
  font-size: 40px;
  font-family: Arial;
}
h3 {
  color: blueviolet;
  font-size: 35px;
  font-family: impact;
  font-weight: bold;
}
p {
  font-size: 69px;
  color: darkslategray;
  font-family: fantasy;
  font-weight: 999;
  text-decoration: dashed;
}
