xxxxxxxxxx
28
html,
body {
display: flex;
text-align: center;
flex-direction: column;
background-color: rgb(43, 69, 99);
margin: 0;
padding: 0;
}
canvas {
border-radius: 10px;
}
h1 {
font-family: "VT323", monospace;
font-size: 100px;
padding-bottom: 0px;
margin-bottom: 10px;
margin-top: 20px;
color: rgb(51, 77, 110);
text-shadow: 6px 5px rgb(220, 227, 255);
}
footer {
order: 1;
font-family: "VT323", monospace;
font-size: 20px;
}