section {
  margin-top: 2rem;
  width: 100%;
  max-width: 700px;
}

h3 {
  font-family: monospace;
  margin: 1.25rem 0;
  font-size: 1.75rem;
  margin-top: 3rem;
}

p {
  margin-bottom: 2rem;
  font-family: monospace;
}

h4 {
  margin-bottom: 1rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 2px #999999;
  border-bottom: solid 2px #999999;
}

table tr {
  border-collapse: collapse;
  border-top: solid 2px #999999;
}

table th,
table td {
  text-align: left;
  padding: 1.25rem;
  line-height: 2.5;
}

table th {
  width: 30%;
  line-height: 1.5;
  padding: 0;
}