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