function scrollToDonate(){
document.getElementById("donate").scrollIntoView({
behavior:"smooth"
});
}