xxxxxxxxxx
27
html, body {
background-color:rgb(0,0,0);
color:blue;
text-align: center;
font-size: xx-large;
font-weight: 100;
position:relative;
display:flex;
flex-direction:column;
height:75px;
}
footer{
order:1;
font-style:italic;
font-size:40%;
bottom:0;
width:100%
}