[data-bs-theme=dark] {
  --bs-body-bg: #000000;
}

:root, [data-bs-theme=light] {
  --bs-body-bg: #000000;
}

