h1 {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  color: red;
  font-size: 60px;
  font-family: verdana;
}
h2 {
  font-size: 40px;
  color: tomato;
  font-family: Arial;
}
h3 {
  color: blue;
  font-size: 35px;
  font-family: Impact;
  font-weight: bold;
}
p {
  font-size: 20px;
  font-weight: bold;
  font-family: tahoma;
  color: green;
}
