<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* header */
#header { position: relative; }
#header h1{
position: absolute;
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -63px;
width: 127px;
height: 19px;
}

/* footer */
#footer{
background-color:#eee;
text-align: center;
font-size: 15px;
}
#footer #copy{
padding:10px 0 40px;
font-size:87%;
}
</pre></body></html>