.go-back-link {
  color: #686868;
  text-decoration: none;
  font-size: inherit;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
.go-back-link:hover {
  color: #D1AF77;
}