.title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
}

#gameContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#question {
  font-size: 56px;
  margin: 5px
}

#inputRow {
  margin: 8px;
}

#answer {
  width: 200px;
  font-size: 52px;
}

#submitButton {
  font-size: 52px;
}

.keypadButton {
  width: 100px;
  margin-top: 4px;
  font-size: 48px;
}

#feedback {
  font-size: 44px;
}

#score {
  font-size: 44px;
}