

#biginputwrapper{
    display: flex;
    justify-content: center;
    width: 100%;
}

.flexboxcolumn{
    display: flex;
    flex-direction: column;
}

#details .inputwrapper{
margin-bottom: 15px;}

#payment, #paymentplan, #details{
    padding: 20px;
    margin: 20px;
    background-color: var(--blackTransparentButton);
}

#donatecontinue {
    margin: 30px 0 10px 0;
    background-color: #9af797;
    color: #20401f;
    font-weight: bold;
    width: 200px;
    text-align: center;
    padding: 7px;
    font-family: poppins;
}

.continuefooter{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

input{
    font-family: poppins;
    margin-left: 5px;
    padding-left: 5px;
}

