.row {
  display: flex;
}

.guess {
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  margin: 5px;
}
