.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.clockContainer {
  display: flex;
  flex-direction: row;
  font-size: 25px;
  font-weight: bold;
}

.labelText {
  font-size: 20px;
}
