.center-container {
    text-align: center;
}

.donation-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.donation-section div {
    margin: 10px;
    text-align: center;
}

.donation-section h2 {
    width: 100%;
}

.goal-section {
    text-align: center;
    margin: 20px auto;
    padding: 20px;
    max-width: 800px; /* Set a maximum width to prevent it from stretching too wide */
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}


#disclaimer {
    text-align: center;
    margin-top: 20px;
    color: #666;
}
