:root {
  --content-page-background: #111;
  --content-page-text: #f4f4f4;
}

/* Shared shell for Rules, FAQ, Download and Publisher. */
html,
body {
  min-height: 100%;
  margin: 0;
  background: var(--content-page-background) url("/module_store/gfx/background.jpg") center/cover no-repeat fixed;
  color: var(--content-page-text);
  font-family: "Exo", Arial, sans-serif;
}

.page-shell {
  padding-top: 8px;
  padding-bottom: 24px;
}

.content-page-navbar {
  position: relative;
  margin-bottom: 18px;
}

.content-page-logo-wrap {
  text-align: center;
}

.content-page-logo {
  width: 70%;
  max-width: 70%;
  height: auto;
}

.content-page-home {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
}

.content-page-home img {
  width: 40px;
  height: 40px;
}

.article-content {
  padding: 20px;
  border-radius: 10px;
  background: rgba(30, 16, 23, 0.5);
  line-height: 1.55;
}

.article-content a {
  color: #fff;
  font-weight: 700;
}

.back-wrap {
  margin-top: 18px;
}

.btn-secondary {
  --bs-btn-bg: #452435;
  --bs-btn-border-color: #421a25;
  --bs-btn-hover-bg: #7e3a4f;
}

#footer-main {
  margin-top: 20px;
  color: #fff;
  opacity: 0.4;
}

#footer-main .text-center {
  background-color: #000;
}
