
body {
  background-color: #0f0f1a;
  color: #eee;
  font-family: 'Segoe UI', sans-serif;
  padding: 20px;
}
.container {
  max-width: 900px;
  margin: 0 auto;
}
h1 {
  color: #9d5cf7;
}
input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #1e1e2e;
  border: none;
  color: #eee;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  text-align: left;
  padding: 12px;
}
th {
  background-color: #1e1e2e;
  color: #9d5cf7;
}
tr:nth-child(even) {
  background-color: #181828;
}
a {
  color: #67d1fb;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
