body {
  margin: 0;
  /*overflow: hidden;*/
  font-family: 'Verdana', Helvetica, Arial, sans-serif !important;
  color: white;
}

/*canvas {
  width: 100%;
  height: 100%;
}*/

#phaser-game{
  /*margin: 0 auto;*/
  display: absolute;
  flex-direction: column;
  justify-content: center;
}

#overlay {
  pointer-events: none;
  position: absolute;
  width: 800px;
  top: 0px;
  background-color: #000;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.0);
  font-family: 'VT323';
}

#overlay h1 {
  font-family: 'Boogaloo';
  font-size: 40pt;
  color: white;
  position: absolute;
}

#titleText {
  margin-top: 0px;
  /*margin-bottom: -5px;*/
  left: 200px;
}

#endText{
  /*left: -100px;*/
  width: 100%;
  top: 30px;
  align-self: center;
}

#overlay p {
  font-family: 'Muli';
  font-size: 14pt;
}

#instructions {
  position: absolute;
  width: 600px;
  left: 30px;
  top: 220px;
}

.buttonHolder {
  position: absolute;
  top: 300px;
  width: 100%;
  /*align-self: center;*/
}

#scorebug {
  font-family: 'Muli';
  font-size: 15pt;
  background-color: slategray;
  margin-top: 355px;
    width: 625px;
}

#score {
  padding-left: 20px;
}

