:root {
  --main-bg: rgb(255, 255, 255);
  --main-text: rgb(110, 111, 114);
  --header-color: rgb(255, 255, 255);
  --footer-color: rgb(129, 129, 129);
  --login-btn: rgb(0, 96, 199);
  --reg-btn: rgb(0, 96, 199);
  --banner-color: rgb(255, 255, 255);
  --text-btns: rgb(255, 255, 255);
  --header-bg: rgb(0, 96, 199);
  --footer-bg: rgb(0, 84, 186);
  --nav-acc-head-game-text: rgb(153, 192, 233);
  --nav-acc-head-game-bg: rgb(0, 97, 200);
  --acc-text-body: ;
  --acc-bg-body: ;
  --table-color: rgb(110, 111, 114);
  --table-even-bg: rgb(232, 232, 232);
  --table-odd-bg: rgb(255, 255, 255);
  --table-border: rgb(0, 84, 186);
  --link-color: rgb(0, 100, 186);
}
