xxxxxxxxxx
31
html, body {
background-color:
rgb(200,200,200);
color: rgb(255,131,0);
font-family: 'Marck Script', cursive;
text-align: center;
display: flex;
flex-direction:column;
}
canvas {
}
footer{
font-family: "Open Sans", serif;
order: 1;
color: rgb(0,0,255);
font-style: italic;
font-size: 150%;
position: absolute;
bottom: 0;
width: 100%;
}
footer1{
color: rgb(0,100,0);
font-size: 150%;
}
footer2{
color: rgb(0,100,0);
font-size: 150%;
}