html{
	height: 100%;
}
body{
	margin: 0;
	padding : 0;
	position: fixed;
	height: 100%;
  width: 100%;
	background-color: #0c3f76;
}
.game-window{
	display: block;
	position: absolute;
  height: 100%;
  width: 100%
}
.vge{
	height: 100%;
	width: 100%;
}