html {
	scroll-behavior: smooth;
}
.home img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.home h1 {
	text-align: center;
}
button {
	background: none;
	color: red;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
.gerechtToevoegen {
	display: inline-block;
}