h1 {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  color: red;
  size: 60px;
  font-family: Verdana;
}

h2 {
  color: tomato;
  size: 40px;
  font-family: Arial;
}

h3 {
  color: blue;
  font-family: Impact;
  size: 35px;
  font-weight: bold;
}

p {
  size: 65px;
  color: rgb(122, 68, 173);
}
