/* [board] */
div.board {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

/* [move] */
div.move {
  display: flex;
  justify-content: center;
}
button.move {
  margin: .5em 1em 1em 1em;
  padding: 1em 1.5em;
  border-radius: 20px;
  background-color: #d91470;
  color: #fff;
  box-shadow: none;
  text-transform: none;
  font-family: inherit;
  font-weight: 600;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  height: auto;
}
