#drop-zone {
    border: 2px dashed #ccc;
    border-radius: 16px;
    padding: 4rem 2rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

#drop-zone.drag-over {
    background-color: #eee;
}
.right {
    text-align: right
}
