#game-div{
  width: 800px;
  /*border: 2px solid white;*/
  margin:auto;
}

body{
  height: 1500px;
  text-align: center;
  background-color: #222;
}

h1{
  color: white;
  text-align: center;
}
