.converter-options {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.toggle-switch button {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px 20px;
    cursor: pointer;
}

.toggle-switch button.active {
    background-color: #3B82F6;
    color: white;
    border-color: #3B82F6;
}

.download-options {
    margin-top: 20px;
    text-align: center;
}

#download-area {
    margin-top: 20px;
    text-align: center;
}

#download-area a {
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.preview-item img {
    max-width: 100px;
    max-height: 100px;
    margin: 5px;
}
