
.clock-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
    }
    .clock {
      padding: 0px;
    }
    .label {
      font-weight: 500;
    }