body{
	/*display: flex;
	flex-direction: column;*/
	width: 100%;
}

h1{
	color: #a3a3a3;
}

h2{
	margin-top: 0.5em;
}

#sketch-holder{
	flex: 1;
	width: 100%;
	height: 100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}