body {
  max-width: 410px;
  user-select: none;
  padding: 0;
  border: none;
  height: 770px;
}

#report {
  text-align: center;
  width: 300px;
  height: 50px;
  background-color: white;
  margin: 10px auto 20px auto;
  padding-top: 6px;
  font-size: 1.3rem;
}

#newGame {
  margin: 10px auto;
}

.button {
  text-align: center;
  width: 130px;
  margin: 20px 30px;
  display:inline-block;
}

.container {
  width: 410px;
  height: 770px;
  background-color: #c4c8d2;
  border: solid 6px #7a7a7a;
}

.game {
  margin-top: 10px;
}

.center {
  text-align: center;
}

.upper_div {
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  color: black;
  text-align: center;
  font-size: 1.7rem;
  border: none;
  margin-right: 10px;
  margin-bottom: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 46px;
  vertical-align: middle;
}

.lower_div {
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  color: black;
  text-align: center;
  font-size: 1.4rem;
  border: none;
  margin-right: 20px;
  margin-bottom: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 46px;
  vertical-align: middle;
}

.displayNone {
  display: none;
}

.inlineBlock {
  display: inline-block;
}
