body {
  max-width: 410px;
  user-select: none;
  padding: 0;
  border: none;
  height: 770px;
}

#history {
  text-align: center;
  margin-top: 60px;
}

#report {
  text-align: center;
  width: 300px;
  height: 30px;
  background-color: white;
  margin: 10px auto 20px auto;
}

.button {
  text-align: center;
  width: 200px;
  margin: 30px auto;
}

.container {
  width: 410px;
  height: 770px;
  background-color: #c4c8d2;
  border: solid 6px #7a7a7a;
}

.game {
  margin-top: 10px;
}
.center {
  text-align: center;
}

.upper_div {
  width: 60px;
  height: 50px;
  background-color: #ffffff;
  color: black;
  text-align: center;
  font-size: 2.6rem;
  border: none;
  margin-right: 10px;
  margin-bottom: 4px;
  font-weight: bold;
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
}


/* .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: 4px;
  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: 8px;
  font-weight: bold;
  display: inline-block;
  line-height: 46px;
  vertical-align: middle;
} */


.lower_div {
  width: 60px;
  height: 50px;
  background-color: #ffffff;
  color: black;
  text-align: center;
  font-size: 1.6rem;
  border: none;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  display: inline-block;
  line-height: 51px;
  vertical-align: middle;
}

.displayNone {
  display: none;
}

.inlineBlock {
  display: inline-block;
  margin-left: 26px;
  height: 50px;
}

.title {
  text-align: center;
  color: red;
  font-size: 3.2rem;
}
