body {
    /* background-color: #0d0b0b; */
    color: #e6d6b1;
    font-family: 'Cinzel', serif;
    text-align: center;
    /* padding: 60px 20px; */
}

h1 {
    font-size: 2.0em;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: "Lora", serif;
    margin-top: 40px;
}

p {
    max-width: 1024px;
    margin: 0 auto 30px auto;
    font-size: 1em;
    line-height: 1.6;
    font-family: "Lora", serif;
    color: #fff;
}

.donate-section {
    background: #22282bd1;
    border: 1px solid #d4af37;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 40px;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    border-radius: 12px;
    background-color: white;
    width: 50%;
    margin-left: auto;
    padding: 40px;
}
.donate-section p{
    color: #d4af37;
}

.paypal-button {
    background-color: #0070ba;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 1.1em;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    
}

.paypal-button:hover {
    background-color: #005c99;
}

.bank-details {
    margin-top: 30px;
    text-align: left;
    display: inline-block;
}

.bank-details h3 {
    color: #d4af37;
    margin-bottom: 10px;
}


.section1_txt {
    width: 1024px;
}
@media(max-width:1280px){
    .donate-section {
        margin-top: 0;
    }
    .section1{
        padding-bottom: 0;
    }

}
@media(max-width:740px){
   .donate-section {
    flex-direction: column;
    max-width: 400px;
    min-width: 300px;
   }
.section1.blog {
    padding-bottom: 0
};
}