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