@import url("https://fonts.googleapis.com/css?family=Lato");
html,
body {
  height: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  background-color: #000;
}
.wrapper {
  text-align: center;    
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
}
.time {
  color: #0c7bfe;
  font-size: 2em;
  font-weight: 600;
}
.label {
  font-size: 1.5em;
  display: block;
  color: #aaa;
}
@media (max-width: 1200px) { 
    .time {
      font-size: 1.5em;
    }
    .label {
      font-size: 1em;
    }
}