html {
  cursor: url( Pointer2.cur    ),
    auto;
}
body {
  margin: 0;
  position: relative;
  width: 100%;
  color: white;
  height: 100%;
  display: block;
  z-index: 9999;
  cursor: url( Pointer2.cur    ),
  auto;
}

canvas {
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  color: white;
  font-size: 100;
  cursor: url( Pointer2.cur    ),
    auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  cursor: url( Pointer2.cur    ),
  auto;
}

model-viewer{
  width: 100vw;
  height: 100vh;
  margin: 0;
  border: 0;
  cursor: url( Pointer2.cur    ),
  auto;
}

