/* DONATE PAGE CONTAINER */

.donate-container{
text-align:center;
max-width:900px;
margin:60px auto;
padding:0 20px;
}


/* TITLE */

.title{
font-size:42px;
margin-bottom:20px;
}


/* TEXT */

.donate-text{
font-size:18px;
color:#444;
margin-bottom:10px;
}


/* QR TITLE */

.qr-title{
margin-top:20px;
margin-bottom:15px;
}


/* QR IMAGE */

.qr-image{
display:block;
margin:0 auto;
width:260px;
max-width:90%;
}


/* BACK BUTTON */

.back-btn{
display:inline-block;
margin-top:40px;
padding:12px 25px;
background:#2b7cff;
color:white;
text-decoration:none;
border-radius:8px;
font-weight:bold;
transition:all 0.3s ease;
}

.back-btn:hover{
background:#1a5fd1;
transform:translateY(-3px);
box-shadow:0px 6px 15px rgba(0,0,0,0.2);
}