h1{
  font-size: 8vw;
  text-decoration: overline blue wavy 4px;
}
h2 {
 color: rgb(0,0,204); 
text-decoration: underline green solid 4px;
  
} 

p
  {
font-family:"verdana";
font-size: 1.2em;
font-style: italic;
font-weight: bold;  
text-decoration: line-through red dashed 3px;
}