*,
*::before,
*::after{

box-sizing:border-box;

}


html,
body{

width:100%;
height:100%;

margin:0;

padding:0;

overflow:hidden;

background:#050505;

font-family:

-apple-system,
BlinkMacSystemFont,
"SF Pro Display",
"Segoe UI",
sans-serif;


-webkit-font-smoothing:antialiased;


}


body{

touch-action:none;

user-select:none;

}


canvas{

position:fixed;

inset:0;

pointer-events:none;

}