body,html {
	position: relative;
}

body {
	background-color: black;
	color: white;
	text-align: center;
}

#controls {
	text-align: center;
	padding: 4px;
}

/* Set the size of the containers */
.drawing {
	box-sizing: border-box;
	margin: 10px;
	vertical-align: top;
	background-color: black;
	display: inline-block;
}

.drawing-label {
	font-weight: bold;
	margin: 10px;
	text-align: center;
}

/* Set the size of the containers */
.drawing-p5holder {
	box-sizing: border-box;
	margin: 10px;
}

.slider {
	display: inline-block;
	width: 200px;
	text-align: center;
}

canvas {
	width: 100%;
	height: 100%;
	border: 1px solid white;
}

#lightmap {
	position: absolute;
	right: 15px;
	top: 15px;
}