xxxxxxxxxx
19
html, body{
display: flex;
flex-direction: column;
text-align: center;
background-image: url("sky2.jpg");
background-size: 100% 100%;
}
canvas{
border-radius: 10px;
}
h1{
font-family: 'Yomogi', cursive;
}
footer{
order:1;
font-family: 'Yomogi', cursive;
}