html,
body {
width: 0%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
margin: 0;
10
}
canvas {
margin: auto;
display: block;
box-shadow: 0px 2px 12px -2px rgb(0 0 0 / 15%);
}