.block-translate-container {
  display: flex;
  flex-direction: column;
  margin-top: 250px;
  width: 1200px;
  height: 300px;
  background-color: #62656c;
  border-radius: 15px;
  text-align: center;
  font-size: 45px;
}

.head {
  height: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 100%;
}
.head div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.head div input {
  font-size: 45px;
  text-align: center;
}

.foot {
  display: flex;
  justify-content: space-between;
  flex: 1;
  border-radius: 15px;
  background-color: #8f9299;
}
.foot button {
  width: 100%;
  border-radius: 15px;
  background-color: transparent;
  font-size: 30px;
}
.foot button:hover {
  opacity: 0.7;
  background: #2d2e31;
}

/*# sourceMappingURL=game.css.map */
