
body {
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 50px;
}

.product {
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 300px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

/* PayPal Button Styling */
.paypal-btn {
  background: #ffc439;
  color: #111;
}

.paypal-btn:hover {
  background: #f2b31b;
  color: #000;
}

/* Stripe Button Styling */
.stripe-btn {
  background: #6772e5;
  color: #fff;
}

.stripe-btn:hover {
  background: #5469d4;
  color: #fff;
}
