.clock {
  background: #018DED;
  width: 30rem;
  height: 30rem;
  margin: 50px auto;
  color: #fff;
  font-size: 4rem;
}

.clock-face {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.clock-progress-bar {
  background-color: #fff;
  height: .25rem;
  width: 14rem;
}
