/* Find the div that contains the logo img inside it */
div:has(> img.w-full) {
    width: 200px !important;
    height: 100% !important;
}
/* Find the buttons on the nav bar */
nav > a {
  background-color: #0e0e16 !important;
}
header {
  background-color: dimgray !important;
}
body {
  background-color: #f4810a !important;
}
#global {
  background-color: #f4810a !important;
  color: #ffffff !important;
}
.dashboard-container {
    background-color: #f4810a !important;
}
.text-muted-foreground {
    color: #ffffff !important;
}
