body {
  background-color: #03001a;
}

.wrapper {
  --itchio_font_family: 'Space Grotesk';
  --itchio_bg_color: #03001a;
  --itchio_bg2_color: rgba(3, 0, 26, 0);
  --itchio_bg2_sub: #1c1933;
  --itchio_text_color: #beb8cc;
  --itchio_link_color: #9f7ee8;
  --itchio_border_color: #130a5c;
  --itchio_button_color: #6c00ff;
  --itchio_button_fg_color: #ffffff;
  --itchio_button_shadow_color: #891dff;
  background-color: #03001a;
  background-image: url('img/bg.png');
  background-repeat: repeat;
  background-position: 50% 0;
}

.inner_column {
  color: #beb8cc;
  font-family: 'Space Grotesk', Lato, LatoExtended, sans-serif;
  background-color: rgba(3, 0, 26, 0);
}

.inner_column a,
.inner_column .footer a {
  color: #9f7ee8;
}

.inner_column .button,
.inner_column .button:hover,
.inner_column .button:active {
  background-color: #6c00ff;
  color: #ffffff;
  text-shadow: 0 1px 0px #891dff;
}

.view_game_page .reward_row,
.view_game_page .bundle_row {
  border-color: #1c1933 !important;
}
