#topText {
  position: absolute;
  left: 32px;
  top: 22px;
  right: 32px;
  text-align: center;
  line-height: 1.05;
}

#label {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0;
  color: #2f4438;
  text-transform: uppercase;
}

#mainTime {
  margin-top: 6px;
  font-size: 96px;
  font-weight: bold;
  letter-spacing: 0;
  color: #17362f;
}

#subText {
  margin-top: 4px;
  font-size: 30px;
  color: #4d6258;
}

#topText.topTextNight #label,
#topText.topTextNight #mainTime,
#topText.topTextNight #subText {
  color: #fffdf6;
  text-shadow: 0 2px 8px #07101a;
}
