/* css/style.css */
.floating-button {
    position: fixed;
    bottom: 70px!important;
    right: 20px;
    z-index: 999;
}

.button {
    display: block;
    padding: 10px 20px;
    background-color: #E7B2A2!important;
    color: #fff!important;
    text-decoration: none;
    border-radius: 50px;
}
