body {
  font-family: Arial, sans-serif;
  background: #0f172a;
  color: #e5e7eb;
  padding: 20px;
}

h1, h2 {
  color: #38bdf8;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th, td {
  padding: 10px;
  border-bottom: 1px solid #334155;
  text-align: center;
}

th {
  background: #1e293b;
}

tr:nth-child(even) {
  background: #020617;
}

input, select, button {
  padding: 6px;
  margin: 4px;
}

button {
  background: #38bdf8;
  border: none;
  cursor: pointer;
}
