body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/static/images/board_background.jpg");
  background-size: cover;
  background-position: center;
  filter: brightness(1.1);
  z-index: -1;
}

.content {
  padding: 1rem;
  margin: 0.5rem;
  background-color: rgba(50, 50, 50, 0.9);
  border-radius: 15px;
}

.prairie-banner-img {
  position: absolute;
  bottom: 0;
  right: -5%;
  height: 50vw;
  z-index: 1;
}

.offcanvas-spacer {
  height: 100px;
  display: none;
}

.offcanvas.show .offcanvas-spacer {
  display: block;
}
