body {
	background: #333;
	margin: 0;
}
#main {
	margin: 0 auto;

	display: flex;
	flex-direction: column;
	min-height: 100vh;

	width: 1024px;
}
#canvas {
	/*background-image: url('static/imgs/panorama.png');
	background-size: cover;
	background-position: 50% -170px;*/
	width: 1024px;
	height: 600px;
	background: black;
}
#controls {
	background: #888;
	width: 100%;
	flex: 1;
}
