canvas {
  grid-column-start: 2;
  grid-row-start: 2;
  border: 2px solid rgb(0, 255, 0);
}

body {
  background-color: gray;
}
