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 {
  font-size: 50px;
  color: grey;
}

h4{color:blueviolet;}
