<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2{
  font-size : 30px;
  font-weight : bold;
  color : white;
  background-color : fuchsia;
  text-align : center;
}

h3{
  font-size : 24px;
  font-weight : bold;
  color : black;
  text-align : center;
}

h4{
  font-size : 16px;
}

h5{
  font-size : 25px;
  color : red;
  text-decoration : underline;
  text-align : center;
}

h6{
  font-size : 30px;
}
</pre></body></html>