body {
  text-align: center;
  padding: 130px 100px;
  background: #0D1A29;
  font-family: "Helvetica Neue", "Open Sans", helvetica, arial, sans-serif;
  white-space: nowrap;
}
#timer {
  font-size: 5em;
  font-weight: 100;
  color: white;
  text-shadow: 0 0 20px #48C8FF;
}
#timer div {
  display: inline-block;
  min-width: 120px;
}
#timer div span {
  color: #B1CDF1;
  display: block;
  font-size: 0.5em;
  font-weight: 400;
}