xxxxxxxxxx
22
html, body {
background-color:
rgb(200,200,200);
color: rgb(0,100,0);
font-family: "Open Sans", sans-serif;
text-align: center;
display: flex;
flex-direction:column;
}
canvas {
}
footer{
color: rgb(0,0,255);
order: 1;
font-style: italic;
font-size: 150%;
position: absolute;
bottom: 0;
width: 100%;
}