h1 {
  font-size: 8vw;
  text-decoration: overline aquamarine wavy 4px;
}
h2 {
  color: ;
  text-decoration: underline maroon solid 4px;
}
p
{
  color: rgb(0,128,128);
  font-family:"arial";
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
}