html {
  height: 100%;
}
body {
  background-color: #000000;
  width: 100%;
  height: 100%;
}
#phaser-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
h1 {
  color: #ffffff;
  text-align: center;
}
