.boxx {
    width: 182px;
    height: auto;
    box-shadow: 5px 5px 10px 3px #888888;
    margin: 20px;
    background: snow;
  }
  .roww {
      --bs-gutter-x: 0rem;
      --bs-gutter-y: 0;
      display: flex;
      flex-wrap: wrap;
      margin-top: calc(-1 * var(--bs-gutter-y));
      margin-right: calc(-.5 * var(--bs-gutter-x));
      margin-left: calc(-.5 * var(--bs-gutter-x));
  }
  .uxui {
    padding: 10px;
  }

  .roww {
      display: flex;
    }

    .columnoo {
      flex: 1;
      height: 95vh; /* Set a fixed height for the column */
      border: 1px solid #ccc;
      margin: 5px;
    }
    .columnn h4 {
         position: fixed;
    }

    .scroll-containerr {
      height: 100%;
      overflow: auto;
      background-color: lightgray;
    }

  /* div img {
    width: 15%;
    border-radius: 50%;
    float: right;
  } */

/* .img {
   margin-left: -12px;
  } */

  .Designing {
    background-color: #aaaaaa;
    padding: 5px;
    width: 80%;
    border-radius: 10px;
  }
  .medium {
    background-color: darkorange;
    width: 70px;
    padding: 3px;
    border-radius: 10px;
    text-align: center;
    float: right;
    margin: 5px 10px 0 80px;
    font-size: 12px;
  }

  .completed {
    background-color: green;
    color: #fff;
    width: 70px;
    padding: 3px;
    border-radius: 10px;
    text-align: center;
    float: right;
    margin: 5px 10px 0 80px;
    font-size: 12px
  }
  .social {
    background-color: antiquewhite;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
  }
  .bar {
    background-color: rgb(250, 210, 160);
    height: 8px;
    width: 110%;
  }
