html {
  padding: 10px;
  font-size: 100%;
}

body {
  font-family: monospace;
  background-color: white;
  color: black;
  max-width: 65ch;
  margin: auto;
}

body img {
  width: 100%;
}

h1,
h2 {
  text-transform: uppercase;
}

h1 {
  padding-bottom: 10px;
}

a {
  color: #05027d;
}

a:visited {
  color: gray;
}

p {
  line-height: 1.5rem;
  text-align: justify;
}

li {
  margin-top: 5px;
}

table {
  width: 100%;
}

table * {
  vertical-align: text-top;
}

th {
  text-decoration: underline;
  padding-right: 8px;
}

td {
  padding-right: 8px;
  padding-top: 2px;
  border-bottom: 1px solid lightgray;
}

figcaption {
  font-size: 0.8rem;
  text-align: center;
}
