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