*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
background:#000;
overflow:hidden;
display:flex;
justify-content:center;
align-items:center;
height:100vh;
}

canvas{
border:2px solid #222;
image-rendering: pixelated;
image-rendering: crisp-edges;
}