.drag-list {
    list-style: none;
    padding: 0;
  }

.drag-item {
/* background-color: #c1bec2; */
padding: 10px;
margin-bottom: 5px;
cursor: move;
}