h1 {
  font-size: 275%;
  text-decoration: overline black wavy;
}

h2 {
  text-decoration: line-through indigo dashed 3px;
}

P
{
  font-family: "impact";
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline black solid 4px;
}