main {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}
table {
  width: 40em;
  max-width: 450px;
  margin: 20px auto;
  border-collapse: collapse;
}
th,
td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
td a {
  text-decoration: none;
  color: var(--c-100);
  text-align: right;
  display: block;
}
section {
  border-top: 0.2rem solid var(--border);
  margin-top: 2rem;
}

section a {
  color: var(--c-300);
  font-weight: bold;
}

td a {
  text-decoration: none;
  color: var(--c-300);
  text-align: right;
  display: block;
}

html {
  scroll-behavior: smooth;
}

em {
  color: var(--c-400);
  font-size: small;
}
