
h1 {

 font-size: 60px;
  text-decoration: overline papayawhip wavy 4px;
  color: lightsteelblue
}

h2 {
  color:thistle;
   text-decoration: underline peachpuff solid 4px;
}

p 
{
 color: rgb(51, 204, 173)
  font-family: "verdana" ;
 font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  text-decoration: line-through #FAE3D7 dashed 3px;
}
p
{color: lightsteelblue}