body.tutorial {
    --color-text: #fff;
    --color-bg: #171717;
    --color-link: #ff0000;
    background-color: smoke;
  }
  .credits{
    position: absolute;
    bottom: 20px;
  }
  .page {
    
  }
  .page__inner {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .cursor--small {
    width: 5px;
    height: 5px;
    left: -2.5px;
    top: -2.5px;
    border-radius: 50%;
    z-index: 11000;
    background: black;
  }
  .cursor--canvas {
    width: 100vw;
    height: 100vh;
    z-index: 12000;
  }
  .page, .page a {
   cursor: none;
  }