    /* Optional: Additional CSS for customization */
    .centered-button {
        position: fixed;
        bottom: 31%;
        left: 0;
        transform: translateY(80%);
        opacity: 0.9; /* 80% transparent */
    }
    /* Adjust icon color to white */
    .centered-button .fa-clipboard {
        color: white;
    }