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