/* Change background and card appearance */
body {
  background-color: #121212 !important;
  color: #e0e0e0 !important;
}

.card {
  background-color: #1e1e1e !important;
  border-radius: 8px !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.5) !important;
}

/* Change title font and color */
.card-title {
  font-family: 'Fira Code', monospace !important;
  color: #ffcc00 !important;
  text-transform: uppercase !important;
}

/* Hide the search bar */
.search-bar {
  display: none !important;
}

/* Shrink top bar icons */
.top-bar .icon {
  width: 18px !important;
  height: 18px !important;
  opacity: 0.7 !important;
}
