xxxxxxxxxx
23
html, body {
background-color: black;
font-family: "Times New Roman", Times, serif;
text-align: center;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}
canvas {
}
h1{
color: yellow;
}
footer{
color:red;
order: 1;
font-style: italic;
font-size: 90%;
position: absolute;
bottom: 0;
width: 100%;
}