body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgb(250, 250, 250);
  color: rgb(50, 50, 50);
}

h1 {
  margin-top: 0;
  font-size: 1.4em;
}

h2 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: .2em;
}

#related-links {
  display: inline-block;
}

#related-links th {
  text-align: right;
  font-weight: normal;
}

#related-links td:last-child {
  text-align: left;
}
