.dragme{
    position:relative;
    width: 270px;
    height: 203px;
    cursor: move;
}
#draggable {
    background-color: #ccc;
    border: 1px solid #000;
}
.puzzle_wrapper {
    min-height: 30rem;
}