#clock {
  background-color: rgb(247, 239, 243);
}

#clock1 {
  background-color: rgb(247, 232, 239);
}

#clock2 {
  background-color: rgb(229, 236, 247);
}

.container {
  display: flex;
  flex-direction: row;
}