xxxxxxxxxx
18
html, body {
background-color: rgb(200,200,200);
color: rgb(0,0,0);
font-family:"Open Sans", sans-serif;
text-align:center;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}
canvas {
display: flex;
margin: auto;
}
footer {
order:1
}