body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
}

a {
  color: #2563eb;
  text-decoration: underline;
}

table {
  border-collapse: collapse;
}

th {
  background: #f8fafc;
  font-weight: 600;
}

td,
th {
  padding: 10px;
  border: 1px solid #e5e7eb;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.1rem;
}

input,
button {
  border-radius: 6px;
}

button {
  cursor: pointer;
}
