.account{
    margin: 4.8rem auto;
    padding: 4.8rem 0;
    background-color: #fff;
}


.account-heading{
    font-size: 4rem;
    text-align: center;
    margin-bottom:4.8rem;
}

.heading-secondary{
    font-size: 2.8rem;
    text-align: center;
}

.basics-container{
    display: flex;
    justify-content: center;
}

.basics{
    width: 100%;
}

.basics-flex{
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 2.4rem;
}

.basics-flex:nth-child(odd){
    background-color: rgb(247, 247, 247);
}

.basics-flex:nth-child(even){
    background-color: rgb(233, 233, 233);
}

.basics-name, .basics-email{
    font-size: 2.4rem;
}

#NAME, #EMAIL{
    font-size:2rem;
}

.payment-button{
    font-size: 1.8rem;
    padding: 0.5rem 1.5rem;
}


.container-small{
    width: 60rem;
    margin: 2.4rem auto 4.8rem auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.container-inner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.donate{
    width: 100%;
    font-size: 2rem;
    list-style: none;
}

.donate li:nth-child(odd){
    background-color: rgb(247, 247, 247);
}

.donate li:nth-child(even){
    background-color: rgb(233, 233, 233);
}