.pdfmagics-remove-bg-wrapper {
    max-width: 500px;
    margin: auto;
    text-align: center;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}
input[type='file'] {
    margin-bottom: 20px;
}
.download-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.preview-area img {
    max-width: 100%;
    margin-top: 10px;
}
