body {
background-image: url('/classes/2351/final/images/mountain.png');
	background-repeat:no-repeat;
	background-size:cover;
	margin:0;
	padding:0;
	height:100vh;
	display:flex;
	justify-content:center;
	align-items:center;
}
#container {
	display:flex;
	flex-direction:column;
	align-items:center;
	gap: 20px;
}
#gameBox {
	text-align:center;
	font-size:18px;
	width:400px;
	height:420px;
	border:solid black 1px;
	background-color:#CBCBCB;
	overflow-y:scroll;
}
#playerBox {
	float:left;
	font-size:18px;
	width:150px;
	height:420px;
	border:solid black 1px;
	background-color:#CBCBCB;overflow-y:scroll;
}
#gameNav{
	clear:both;
}