body {
  background-color: #0b1220;
  color: white;
  font-family: Arial, sans-serif;
  padding: 20px;
  text-align: center;
}

.Header {
  background-color: #111827;
  width: auto;
  height: 100px;
  margin: -30px;
}

a {
  text-decoration: none;
  font-size: 200%;
  color: white;
}

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

th, td {
  padding: 10px;
  border-bottom: 1px solid #444;
}

th {
  background-color: #111827;
}

td {
  background-color: #1f2937;
}

button {
  background-color: #374151;
  color: white;
  border: none;
  padding: 5px 10px;
  margin: 2px;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #6b7280;
}

.fallback {
  margin-top: 20px;
}
