.floating-button {
  position: fixed;
  bottom: 40px;
  left: 20px;
  padding: 15px 25px;
  border-radius: 100px; /* For a circular button */
  background-color: #c5a15b; /* Example color */
  color: white;
  border: none;
  cursor: pointer;
}