* {
  margin: 0;
  padding: 0;
}

#game {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
}
