h1 {
  color:black;
  font-size: 8vw;
  text-decoration: overline blue wavy 7px;
}

h2 {
  color:green; 
  text-decoration: underline lightgreen solid 5px;
}  
p  
{
  color :  rgb(0,191,255);
  font-family: "verdana";
  font-size: 2.2em;
  font-style: italic; 
  font-weight: bold;
  text-decoration:line-through red dashed 5px; 
  
}
