#countdown {
  display:flex;
  text-align:center;
  color:#fff;
}
    .segment {
      margin: 0 1rem;
    }
    /* Style for the number within each segment */
    .number {
      display: block;
      font-weight: 700;
      font-size: 2rem;
    }
    /* Style for the label within each segment */
    .label {
      display: block;
      font-size: 0.75rem;
      text-transform: uppercase;
    }
    
    
    
#edit-submit {
    display: inline-block !important;
}