body {
  background: gray;
}

h1 {
  font-family: "Sono";
  text-align: center;
  font-size: 80pt;
  line-height: 52pt;
  margin-bottom: -1px;
  margin-top: 30px;
  color: black;
  font-weight: bold;
}


#content {
  width: 888px;
  background: lightgray;
  margin-left: auto;
  margin-right: auto;
  border: 1pt solid black;
  padding: 5pt;
  font-family: "Sono";
  text-align: justify;  
}

a {
  color: #003366;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #fff;
}


h2 {
  margin-bottom: 2px;
}