body {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#display>* {
  border: 1px solid black;
}

#startGame {
  width: 100%;
}
