.my-floating-button {
    position: sticky;
    bottom: 17px;
    left: 100%;
    padding: 1px;
    cursor: pointer;
    width: 65px;
    height: 65px;
    margin-right: 95px;
    z-index: 999999;
}
.my-floating-button img{ 
    border-radius: 20px;
    cursor: pointer;
    width: 65px;
    height: 65px;
}
