@font-face{
 font-family:"8-BIT";
 src: url('fonts/8-BIT WONDER.TTF');
}

#debug_info{
  color: white;
  position: fixed;
  background-color: rgba(255,255,255,0.5);
}

body{
  text-align: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: "8-BIT"; 
  background-color: black;
}

h2 {
  color: white;
  margin: 0;
}

progress{
  width: 180px;
}

#gameboard{
  /* border: 1px black solid; */
}

#overlay{
  position: absolute;

}

#progress_box {
  height: 100px;
  left: 50%;
  margin-left: -100px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 200px;
}


#progress_text {
  color: white;
  position: relative;
  top: -20px;
}

#gameInfo{
  color: white;
  background-color: blue;
}