@font-face{
  font-family:'VagRounded';
  src:url('../assets/fonts/VagRounded.ttf') format('truetype');
  font-weight:normal;font-style:normal;font-display:block;
}
*{margin:0;padding:0;box-sizing:border-box;}
html,body{
  width:100%;height:100%;overflow:hidden;background:#000;
  -webkit-user-select:none;user-select:none;
  -webkit-tap-highlight-color:transparent;
  -webkit-touch-callout:none;
  touch-action:none;overscroll-behavior:none;
  font-family:'VagRounded',Arial,sans-serif;
}
#wrap{position:fixed;top:0;left:0;width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;background:#000;}
#c{display:block;image-rendering:auto;transform-origin:center center;touch-action:none;}

#wrap{background:radial-gradient(ellipse at center,#382232,#101016 75%);}#c{box-shadow:0 0 60px #0009;}
