.about-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 40px 30px;
    line-height: 1.8;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.about-container h1 {
    font-size: 60px;
    color: #1BA6AB;
    margin-bottom: 20px;
    font-weight: bold;
}

.donate-description {
    font-size: 25px;
    color: #D8E2E6;
    margin-bottom: 20px;
}

.qr-wrapper {
    margin-top: 30px;

}

.qr-image {
    max-width: 280px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.scan-text {
    margin-top: 15px;
    font-size: 18px;
    color: white;
}