.pix_card {
    display: flex;
    flex-direction: row;
    background-color: white;
    width: 304px;
    height: 304px;
    
    border-radius: var(--radius-lg);
    justify-content: center;
}

.qr_code_pix {
    display: flex;
    width: 282px;
    height: 282px;
    align-self: center;
}

.donation_help {
    display: flex;
    flex-direction: row;
    margin-top: 3vh;
    justify-content: center;
    gap:3vw;
    align-items: center;
    padding-bottom: 2vh;
}