body {
  margin: 0;
  border: none;
  padding: 0;
  font-family: Verdana,sans-serif
}
header {
  border-bottom: 1px solid #808080;
  padding: 0 2.5%;
}
header>h1 {
  font-size: 3.5em;
  text-decoration: underline;
  text-shadow: .025em .04em #9a0000;
}
header>h2 {
  margin-left: 1.25%;
}
div#legal-text {
  max-width: 75%;
  margin: 0 2.5% 2.5em 5%;
}
div#legal-text h2 {
  color: #808080;
}
div#legal-text p {
  line-height: 1.25em;
}
