@charset "utf-8";
body {
	margin: 0px auto;

	clear: both;

}
#info {
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
	z-index: 100;
	display:block;
	
}
h1,button {
	font-family: 'Bangers', cursive;font-family: 'Bangers', cursive;
	color: #333333;
}
button {
	font-size: 18px;
}
canvas {
    display: block; /* fix necessary to remove space at bottom of canvas */
	touch-action:none;
	cursor: pointer;
}
#onderdeelTypen {
	position: fixed;
	bottom: 1%;
	width: 94%;
	
	padding: 3%;
	text-align: center;
}
#onderdeelTypen button{
	height:40px;
	margin-left: 10px;
	margin-bottom: 5px;
}