h1, h2, h3, h4, h5, h6 {
    font-size: 1.9rem; /* अपने अनुसार साइज बदलें */
    margin: 10px 0;
}
.drop-zone {
    border: 2px dashed #9e9e9e;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    cursor: pointer;
}
.drop-zone:hover {
    background-color: #f5f5f5;
}
.preview-image {
    max-width: 100%;
    max-height: 300px;
    margin-top: 20px;
}
#compressionSlider {
    width: 100%;
}
.center-align{
    font-weight: 500;
}