body {
  background-color: rgb(255, 245, 202);
  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;

  display: flex;
justify-content: center;
align-items: center;
  /* leave it to hide the scrollbars */
  overflow: hidden;
}

#canvas {
  display: block;
  height: 100%;
  width: 100%;
  margin: auto;
  box-shadow: 0 2px 12px -2px rgba(131, 123, 13, 0.521);
}

#root {
  height: 100%;
  margin: 0;
  padding: 0;
}
#root {
  display: flex;
  align-content: center;
  justify-content: center;
}