.floating-button{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: auto;
  height: auto;
  bottom: 150px;
  right: 0px;
  z-index: 10;
  background:#33452a;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 0.85rem;
  padding: 10px 10px 10px 15px;
  font-weight: bold;
  cursor: pointer;
  color: white;
}

.floating-button img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}