:root {
  --bs-dark-rgb: 72, 77, 86;
  --bs-light-rgb: 225, 225, 225;
}

.btn-light {
  --bs-btn-bg: rgb(235, 235, 235);
}

footer {
  background-color: rgb(72, 77, 86);
}

footer div, footer p, footer a, footer h1, footer h2, footer h3, footer h4 {
  color: white;
}

footer ul {
  list-style: none;
}

#content:has(#mapClient)~footer {
  display: none;
}
