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