xxxxxxxxxx
21
html, body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
text-align: center;
background: grey;
font-family: 'Orbitron', sans-serif;
font-size:20px;
user-select:none;
}
canvas {
}
footer{
order:1;
margin-top:20px;
margin-bottom:50px;
font-size:20px;
font-family: 'Abel', sans-serif;
}