.aanwezigbar{
	display: flex;
	justify-content: space-between;
	padding: 20px;
	background-color: rgb(161, 225, 166);
}

.aanwezig{
	margin:auto;
	justify-content: space-between;
	padding: 3px;
	background-color: rgb(161, 225, 166);
}

.center {	
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;	
}