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