html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #faf6e8;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

#orb_div {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Scale canvas down on smaller screens while keeping it square */
canvas {
  max-width: 90vmin !important;
  max-height: 90vmin !important;
}
