:root {
  --darkened-bg: #000;
}

body,
html {
  font-family: "Source Code Pro", monospace;
  background: #000;
  font-size: 16px;
  line-height: 20px;
}
.breadcrumbs {
  background: #000 !important;
  color: #fff !important;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
}

#content-related {
  border-radius: 1rem !important;
}

.module caption {
  padding: 0px 8px !important;
}
