#game {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 0;
}

#game > canvas {
  position: absolute;
  width: 100%;
}

#background {
  position: absolute;
  min-width: 100%;
  height: 100%;
}
