.game {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#canvas {
  width: 200px;
  height: 200px;
  background: coral;
}