#drop-area {
    transition: background-color 0.3s;
}

#drop-area.hover {
    background-color: #e2e8f0;
}
