    .draggable {
      cursor: grab; /* W3C standards syntax, all modern browser */
	  width: 168px;
	  position: absolute;
      cursor: grab;
      user-select: none;
    }

    .draggable:active {
      cursor: grabbing;
    }
	
	.dragging {
      cursor: grabbing;
    }
	
	.draggable1 {
	  top: 146px;
	  hight: 96px;
    }
	.draggable2 {
	  top: 242px;
	  hight: 105px;
    }
	.draggable3 {
	  top: 347px;
	  hight: 50px;
    }
	.draggable4 {
	  top: 397px;
	  hight: 126px;
    }
	.draggable5 {
	  top: 523px;
	  hight: 103px;
    }
	
	button {
      margin-top: 12px;
    }