.drop-area {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.3s;
}
.drop-area:hover {
    background-color: #f1f1f1;
}
.logo-image-preview img {
    border-radius: 8px;
    margin-top: 10px;
}