body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  padding: 2.5rem 1.5rem;
  background: #0d2b45;
  color: #e2e8f0;
}

a {
  color: #3ecbff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

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