body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial,
    sans-serif;
  line-height: 1.6;
  color: #e6e6e6;
  background: #121212;
  max-width: 640px;
  margin: 0 auto;
  padding: 2rem 1.25rem;
}

.title {
  margin-bottom: 1.5rem;
}

.name {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #60a5fa;
}

h1 {
  margin: 0.2rem 0 0;
}

h2 {
  margin-top: 2rem;
  border-bottom: 2px solid #2a2a2a;
  padding-bottom: 0.3rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #2a2a2a;
}

th {
  width: 35%;
  color: #999;
  font-weight: 600;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  margin: 0.4rem 0;
}

a {
  color: #60a5fa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
