.dragging {
    opacity: 0.8;
}

.dragover {
    background-color: #DFD;
    border: 3px solid black;
}