*{
  color: white;
  font-family: sans-serif;
}

body{
  background-color: #111111;
}

#canvas {

    z-index: -1;
}

#fps{
  float: left;
}

#game{
  padding: 0;
  margin: auto;
  display: block;
  width: 1280px;
  height: 720px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
