html {
  height: 100%;
}

body {
  background-color: rgb(26, 28, 46);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin: 0;
}

#gameContainer {
  width: 1920px;
  height: 1080px;
}
