article {
	background-color: #833;
}
h1 {
	color: #411;
	font-size: 6vh;
	text-shadow: 0px 0px 0.6em #F66, 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;
}

#cvwrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 60vmin;
	height: 40vmin;
	background-color: #000;
	cursor: none;
}
#statcv, #dynacv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60vmin;
	height: 40vmin;
}
#statcv {
	z-index: 50;
}
#dynacv {
	z-index: 51;
}
#nameinput {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 52;
	font-family: Consolas, Verdana, Arial;
	font-size: 10vmin;
	text-align: center;
	width: 90%;
	color: #F80;
	background-color: transparent;
	outline: none;
	display: block;
}

#testvak {
	position: absolute;
	left: 20px;
	top: 50%;
	color: #FF0;
	border: 1px solid #FF0;
	padding: 3px 5px;
	z-index: 105;
}


