h1 {
  color: red;
  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: blue;
  font-size: 35px;
  font-family: impact;
  font-weight: bold;
}
p {
  color: deeppink;
  font-size: 40px;
  font-family: "Times New Roman";
  font-weight: bold;
  text-decoration: underline;
  font-style: italic;
}
