:root {
  --main-bg: rgb(8, 11, 16);
  --main-text: rgb(255, 255, 255);
  --header-color: rgb(255, 255, 255);
  --footer-color: rgb(255, 255, 255);
  --login-btn: rgba(0, 0, 0, 0);
  --reg-btn: rgb(236, 185, 40);
  --banner-color: rgb(255, 255, 255);
  --text-btns: rgb(255, 255, 255);
  --header-bg: rgb(2, 34, 68);
  --footer-bg: rgb(2, 34, 68);
  --nav-acc-head-game-text: ;
  --nav-acc-head-game-bg: rgb(27, 37, 55);
  --acc-text-body: ;
  --acc-bg-body: ;
  --table-color: rgb(255, 255, 255);
  --table-even-bg: ;
  --table-odd-bg: ;
  --table-border: rgb(236, 185, 40);
  --link-color: rgb(129, 186, 255);
}
