body {
  --opacity: 0.5;
  background: linear-gradient(rgba(255, 255, 255, var(--opacity)),
      rgba(255, 255, 255, var(--opacity))),
    url("/static/ocd_theme/img/background.4c34144d3e52.png");
  background-size: cover;
  background-attachment: fixed;
}

.footer .text-muted {
  color: black !important;
}