body {
  font-size: 18px;
}

.is-revealed .cell.man rect {
  fill: yellow;
}
.is-revealed .cell.woman rect {
  fill: cyan;
}
.is-revealed .cell.woman.man rect {
  fill: greenyellow;
}
.keyboard button {
  width: 9% !important;
}
.align-center {
  height: 100vh;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.button-style {
  background: #47a1f4;
  color: white;
  text-decoration: none !important;
  height: 57px;
  width: 267px;

  font-family: Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 35.3px;
  color: #ffffff;
  display: block;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}