Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
// Smooth scroll to top
const scrollToBottomButton = document.getElementById('bottomButton');
function bottomFunction() {
window.scrollTo({top: document.documentElement.scrollHeight, behavior: 'smooth'});
}