body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centrer verticalement */
    align-items: center;     /* Centrer horizontalement */
    background-color: #062350; /* Optionnel : fond clair sympa */
}

img {
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
}

/* Conteneur PayPal */
#paypal-button-container-P-2CK778729P622612TNBEGCLY {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px; /* limite la taille */
    margin: 0 auto;
}