body {
  background-color: lightgray;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 8px;
  display: flex;
}

canvas {
  background-color: white;
  border: 2px solid black;
  flex-grow: 1;
}
