body {
  background-image: url("1080/background.jpg");
  background-color: #1b0000;
  color: #e7e7e7;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Exo", sans-serif;
}

.card-body {
  color: #efefef;
  background-color: #2a3b45;
}

#selLang {
  z-index: 999;
  width: 100px;
  color: #e6e6e6;
  background: #452435;
}

#cover {
  margin-bottom: 5px;
}

#footer-main {
  margin-top: 20px;
  opacity: 0.4;
  color: #ffffff;
}
#footer-main .text-center {
  background-color: #000000;
}

a {
  color: #f1f1f1;
}

.accordion {
  --bs-accordion-bg: #2a3b45;
  --bs-accordion-btn-bg: #444444;
  --bs-accordion-btn-color: #ffffff;
  --bs-accordion-active-bg: #545454;
  --bs-accordion-border-color: #695555;
}
.accordion .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #545454;
  border-color: #0fa356;
}

.btn-secondary {
  --bs-btn-bg: #3e4c57;
  --bs-btn-border-color: #421a25;
  --bs-btn-hover-bg: #545454;
}

.material-symbols-outlined {
  font-size: 20px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

#go-anchor-drawpoker {
  cursor: pointer;
}

.article-content {
  background: rgba(30, 16, 23, 0.5);
  padding: 20px;
  border-radius: 10px;
  cursor: default;
}
.article-content ul,
.article-content ol {
  list-style: inside;
  margin-left: 20px;
}
.article-content p {
  margin-bottom: 1em;
}
.article-content img {
  margin-left: 10px;
  margin-right: 15px;
}
.article-content pre {
  white-space: pre-wrap;
  font: inherit;
}
.article-content hr {
  margin: 15px;
}
.article-content a {
  color: #ffffff;
  font-weight: bold;
}

/*# sourceMappingURL=subpage.css.map */
