body {
	background-color: rgb(0, 0, 0); 
	max-width: 100%;
	}

#Wrapper {
	width: 600px;
	height: 600px;
	margin: auto;
	background: black;
}

.Vakje {
	width: 32%;
	height: 32%;
	margin: 0;
	border: 1px solid white;
	/* display: inline-block; */
	float: left;
	background-size: 100% 100%;
}

.Vakje:hover {
	background: rgb(65, 65, 65);
	background-size: 100% 100%;
}

.score{
	color: white;
    font-size: 100px;
    position: absolute;
}

#theoscore{
	left: 100px;
}

#gijsscore{
	right: 100px;
}

#grotetheo{
	position: absolute;
	top: 200px;
	left: 20px;
	width: 100px;
}

#grotegijs{
	position: absolute;
	top: 220px;
	right: 10px;
	width: 110;
}

.Mededeling{
	color: white;
	font-size: 40px;
	font-family: 'Alegreya SC', serif;
	text-align: center;
}