h1 {
    font-size: 2.25rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.45rem;
}

.donation-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.donation-container p {
    margin-top: 0;
    font-size: 1rem;
}