


 /* Center the input field and PayPal button */
 #paypal-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; /* Adjust as needed */
}

