.back-button {
  position: fixed;
  bottom: 45px;
  right: 1%;
  padding: 13px 4%;
  font-size: 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}

.back-button:hover {
  background-color: #0056b3; /* Darker color on hover */
}