.floating-button {
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 999;
}

.floating-button button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 5px 5px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

