.syotimer__body {
  display: flex;
    color:#ffffff;
  /* justify-content: center; */
}
.syotimer {
  /* margin: 30px auto 0; */
  padding: 0 0 5px;
}
.syotimer-cell {
  display: inline-block;
  margin: 0 5px;
  /* width: 79px; */
  border-right: 2px solid;
  padding: 0 2rem;
}
.syotimer-cell:first-of-type {
  padding-left: 0;
}
.syotimer-cell:last-of-type {
  border-right: none;
}
.syotimer-cell__value {
  font-size: 22px;
  line-height: 1;

  /* height: 81px;
  line-height: 81px; */

  margin: 0 0 5px;
}
.syotimer-cell__unit {
  font-family: Arial, serif;
  font-size: 10px;
  text-transform: uppercase;
}
