#gameWindow {
	border: 2px solid black;
	background-color: white;
	z-index: 5;
}
#main {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
#vol {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: -1;
}
#controls {
	position: fixed;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -100%);
	text-align: center;
	z-index: -1;
}