html {
  background: #0b1020;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
  padding: 2rem;
  background:
    radial-gradient(circle at top left, rgba(125,211,252,.18), transparent 35%),
    #0b1020;
}

a {
  color: #7dd3fc;
}

table {
  margin: 2rem auto;
  border-collapse: collapse;
  box-shadow: 0 25px 70px rgba(0,0,0,.35);
}

td, th {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .95rem;
  padding: .45rem .7rem;
}

/* Give uncolored cells a readable default */
td:not([bgcolor]):not([style*="background"]),
th:not([bgcolor]):not([style*="background"]) {
  background: #ffffff;
  color: #111827;
}
