/* Hover effect for the button */
    #Download_btn:hover {
        background: linear-gradient(135deg, #28a745, #34d058);
    }