html, body {
    height: 100%;
    margin: 0;
  }

  body {
    background-image: url('./image/sakebackground.jpg');
    display: flex;
    align-items: center;
    justify-content: center;
  }

  canvas {
    min-block-size: 400px;
    background: black;
  }