.box {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}

.box .allTime {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  font-size: 4rem;
  font-weight: 800;
  justify-content: center;
}

.box .allTime .wp {
  align-items: center;
  display: inline-flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 0 .375em;
  color: #000;
  font-weight: bold;
}

.box .allTime .wp span {
  font-size: 2rem;
  font-weight: bold;
  
}

