body {
  background-color: #1C212E;
}

.topbar {
  background-color: #252D40;
}
.topbar .header .block-btns .login {
  background-color: #384462;
}
.topbar .header .block-btns .sign-up {
  background-color: #14A0FF;
  color: #1C212E;
}
@media (max-width: 750px) {
  .topbar .header .block-btns {
    background: #252D40;
  }
}
@media (max-width: 750px) {
  .topbar .header .block-menu {
    background: #252D40;
  }
}

.footer {
  background-color: #252D40;
}

.divider {
  background-color: #333E59;
}

table thead tr {
  background-color: #252D40;
}
table tbody tr:nth-child(2n) {
  background-color: #252D40;
}

.tabs .tab {
  background-color: #1C212E;
}
.tabs .tab button.active {
  background-color: #333E59;
}

.faq .faq-item h3 {
  background-color: #252D40;
}
.faq .faq-item .faq-item-content.show {
  background-color: #252D40;
}

.cards .card {
  background-color: #333E59;
}

.card-game {
  background-color: #333E59;
}
.card-game .items .item {
  background-color: #252D40;
}
.card-game .items .heading {
  color: #14A0FF;
}

.card-provider {
  background-color: #333E59;
}

.sitemap a:hover {
  background-color: #333E59;
}

.showcase .showcase-item {
  background-color: #252D40;
}

.reviews .item {
  background-color: #252D40;
}

.slides .slide .button {
  background-color: #14A0FF;
  color: #1C212E;
}

.download-app {
  background-color: #333E59;
}

.download {
  background-color: #384462;
}

.cookies {
  background-color: #333E59;
}
