/* Load after bootstrap and before custom stylesheets */
body.dark-mode{
  background-color: black;
}
