#clock, .time {
  position: relative;
  display: flex;
  flex-direction: row;
}

#clock {
 width: 250px;
 top: 5%;
  margin: auto;
}

.bit {
  width: 40px;
  height: 40px;
  margin: 2px;
  background: black;
}

.bit.blank {
  background: #e0e0e0;
}