/* Add custom CSS styles below */ 
.my-button {
  padding: 15px 30px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  /* إضافة انتقال سلس لجميع التغييرات */
  transition: all 0.3s ease; 
}