 .outlined {
     border: 1px solid #000;
     /* Black border */
     margin: 10px;
     /* Optional: Adds some space around the column */
     padding: 10px;
     /* Optional: Adds some space inside the column */
    display: flex;
    flex-direction: column;
 }

  .flex-fill {
      flex: 1;
  }
