html{
	scroll-behavior: smooth;
	
}

body{
	background-image: url('plaatjes/Background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#inhoud{
	position: absolute;
}