/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.floating-button {
    position: fixed; /* Keeps it in place while scrolling */
    right: 80px; /* Distance from the right */
    bottom: 20px; /* Distance from the bottom */
    z-index: 1000; /* Keeps it above other elements */
}

.floating-button button {
    background-color: #841610;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 25px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0