:root{--color-white: white}*{margin:0;padding:0;box-sizing:border-box}body{overflow:hidden;background-color:#000}canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1}#cursor-dot{position:fixed;top:50%;left:50%;width:6px;height:6px;background-color:var(--color-white);border-radius:50%;transform:translate(-50%,-50%);z-index:10;pointer-events:none}
