article {
	background-color: #448;
	}
h1 {
	color: #113;
	font-size: 5.5vh;
	text-shadow: 0px 0px 0.6em #66F, 0.02em 0.02em 0.15em #FFF;
	}
.sideblauw {
	top: 25vh;
	background-color: #66A;
	}
.vakblauw {
	width: 50vmin;
	float: left;
	margin: 1em;
	padding: 1em;
	background-color: #337;
	border: solid 0.2em #AAC;
	color: #AAC;
	}
	
#gamecontainer {
	width: 100vw;
	padding: 0px auto;
	}
#gamefield {
	width: 70vmin;
	height: 70vmin;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #BBC;
	border: 0.2em solid #448;
	}
#gametext {
	padding: 2em;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	color: #DDF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}
#scoretext {
	position: absolute;
	bottom: 5vh;
	width: 100vw;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
	}
