.ramoloji-button button {
  background: linear-gradient(45deg, #6b5b95, #feb236);
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.ramoloji-button button:hover {
  background: linear-gradient(45deg, #feb236, #6b5b95);
}
