#body{
	background: #b3c7e2;
}

#end{
	background-image:url(imgs/blurry-lights-background.jpg);
	background-size: cover;
	height: 150px;
	width: 100%;
}

#intro{
	background-image:url(imgs/blurry-lights-background-top.jpg);
	background-size:cover;
	height: 200px;
	width: 100%;
}
pre.prettyprint{
	display: block;
	background-color: #fff;

}
.comment-block{
	font-family: Courier;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	width: 100%;
	height: auto;
	overflow: scroll;
	margin: 0 auto;
	border-radius: 10px;
	background: #fdfdfd;
	border: 0 !important;
	box-shadow: inset 0 5px 15px rgba(0,0,0,0.15), 0 0 10px rgba(106,200,248,0.5);
	padding: 25px !important;
	display: block;
	margin-bottom: 20px;
	margin-top: 30px;

}

#phaser-game{
	margin:0 auto;
	width : 800px;
	height : 600px;
	border: 2px solid black;
	

}