.time {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
}

.time .highlight {
  font-family: "Oswald", sans-serif;
  color: #FF2A2A;
  font-size: 28px;
  font-weight: bold;
  -webkit-text-stroke: 3px #fff;
}

.time-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  color: #ffffff;
}

.time-text .highlight {
  font-family: "Oswald", sans-serif;
  color: #FF2A2A;
  font-size: 28px;
  font-weight: bold;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
}