xxxxxxxxxx
22
html, body {
margin: 0;
padding: 0;
background: rgb(2,20,64);
text-align: center;
display: flex;
flex-direction: column;
}
canvas {
}
h1 {
color: rgb(250, 237, 255);
font-family: "Open Sans", sans-serif;
}
footer {
color: rgb(250, 237, 255);
order: 1;
font-style: italic;
}