body {
  background-color: black;
  color: white;
  
}
.time {
  display: block;
  position: fixed;
  font-family: 'Roboto Condensed';
  font-size: 40vh;
  font-feature-settings: 'onum' 0;
  letter-spacing: -2vw;
  margin: 0;
  white-space: nowrap;
  overflow-x:  hidden;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #888;
  user-select: none;
}
.hour, .minute, .second {  
  font-size: 80vh;
  font-feature-settings: 'onum' 0;
  letter-spacing: -3vw;
  vertical-align: middle;
  color: white;
}

.hour {
  font-size: 40vh;
  font-weight: 100;
  letter-spacing: -3vw; 
  font-feature-settings: 'onum' 1;
}

.minute {

}

.second {
}