/* Styling for the download button */
.idb-download-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #913dd1;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.idb-download-btn:hover {
    background-color: #005bb5;
}

/* Ensure the button aligns under the image */
img {
    display: block;
    margin-bottom: 10px;
}
