Burnanddie
#draggable {
background: orange;
color: white;
width: 200px;
height: 200px;
line-height: 200px;
white-space: nowrap;
text-align: center;
cursor: move;
&:hover {
background: darken(orange, 5);
}
}
.die {
cursor: url('https://camp2.rectangle.zone/subwikifiles/wc2/images/b/b5/Flashlightmask.png'), auto;
}