body {
  background-color: black;
  margin: auto;
  /* overflow: hidden; */
}

#gameContainer {
  padding: 0.2rem;
  text-align: center;
  background-color: rgb(230, 255, 195);
}

#gameBoard {
  border: 3px solid;
  border-radius: 15px;
}

#scoreText {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
}

#resetBtn {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  width: 200px;
  height: 40px;
  border: 3px solid;
  border-radius: 7px;
  cursor: pointer;
  background-color: rgb(229, 209, 218);
  margin: 0
}