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