.helpcontainer{
    width: 100%;
    height: 100vh;
    margin-top: 6rem ;
}

.help{
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}


.voluntary, .app{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.voluntary img, .app img{
    height: 60vh;
}

.voluntary h2, .app h2{
    color: var(--color-light);
    font-family: var(--economica);
    text-align: center;
    font-weight: 300;
    font-size: 3rem;
}

.donate{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.donate h3, .donate p{
    color: var(--color-light);
    font-family: var(--economica);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.donate h3{
    font-size: 3rem;
}

.donate p{
    font-size: 2rem;
}