@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

#magic {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  z-index: 0 !important;
  pointer-events: none !important;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

#magic canvas,
#magic > canvas {
  pointer-events: none !important;
  z-index: 0 !important;
}

.playground{
  position: fixed;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 0 !important;
  pointer-events: none !important;
}


