body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
 background: url(pic/AchtergrondEten.jpg) no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
.container{
	background-color: RGBA(255, 255, 255,0.90);
	margin-top: 2rem;
	padding: 2rem;
	border-radius: 25px;
}
.logo{
	background-color: RGB(255, 255, 255);
}
img {
	max-width: 25%;
	max-height: 25%;
	border-radius: 50px;
}
.etenFoto{
	align-content: center;
}
.buffer{
	height: 1rem;
}
h1{
	text-align: center;
	font-size: 2rem;

}
p{
	font-size: 1.5rem;
}