button {
  background-color: #4CAF50; /* أخضر */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}