html{
font-family:arial;
background-color:black;
color:white;
}



   
  #phaser-app {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
 
 
canvas{

	margin:auto;
	/*margin-top:1em;*/
	width: 100%;
    height: 100%;
}
	
  