@charset "UTF-8";
/* CSS Document */

body{
  margin:0;
  overflow:hidden;
}

canvas{
  position:fixed;
  inset:0;
  width:100%;
  height:100%;
  display:block;
}
