:root {
  --main-color: rgb(209, 209, 209);
}

.navbutton{
  background-color: var(--main-color);
}
.game-title{
    color: var(--main-color);
}