xxxxxxxxxx
18
html, body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
}
canvas {
display: block;
}
span{
color: white;
background: black;
margin-left: 1.5rem;
margin-right: 1rem;
}