body {
  margin: 0;
  font-family: monospace;
  background: #0d1117;
  color: #c9d1d9;
}

content {
  display: block;
  max-width: 900px;
  margin: 2rem auto;
  padding: 1rem;
}

h1, h2 {
  color: #58a6ff;
  margin-bottom: 0.5rem;
}

p {
  line-height: 1.4;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

th, td {
  border: 1px solid #30363d;
  padding: 0.5rem 0.7rem;
  text-align: left;
}

th {
  background: #161b22;
}

a {
  color: #58a6ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.footer {
  margin-top: 3rem;
  font-size: 0.8rem;
  color: #8b949e;
}
