body {
  background-color: #343a40;
  color: white;
}

.modal {
  display: block; /* Hidden by default; will be shown via JS */
}

#mainContent {
  margin: 20px;
}

.table-dark {
  background-color: #23272b;
}