body {
  font-family: Arial, sans-serif;
  background: #fdf6e3;
  background-image: url(/images/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  margin: 0;
  color: #d4a373;
}

.container {
  background-color: #202020;
  border-radius: 16px;
  max-width: 600px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 1); /* Schattenwurf */

  /* NEU: Container in der Mitte schweben lassen */
  margin: 60px auto; /* Abstand oben/unten + zentriert */

  text-align: center;
}

#donate-button-container {
  margin-top: 50px;
}

.stripe-btn {
  display: inline-block;
  margin: 50px 0;   /* Abstand über und unter dem Stripe-Button */
}
