#gameContainer {
  text-align: center;
}
h1 {
  font-size: 40px;
}
#textBlue {
  color: blue;
}
#textRed {
  color: red;
}
#gameBoard {
  border: 3px solid;
}
#scoreText {
  font-family: "consolas", monospace;
  font-size: 100px;
}
#resetBtn {
  margin: 5px;
  font-family: sans-serif;
  font-size: 22px;
  width: 100px;
  height: 50px;
  border: 2px solid red;
  border-radius: 20px;
  box-shadow: 0 0 7px 2px red;
  background-color: white;
  color: blue;
  cursor: pointer;
}
