<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
  overflow-y: scroll;
  padding-top: 70px; /* 70px to make the container go all the way to the bottom of the topbar */
  padding-bottom: 70px; /* 70px to make the container go all the way to the top of the bottombar */
}

div.foot {
  color: white;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px; /* Set the fixed height of the footer here */
  line-height: 30px;  /* Vertically center the text there */
}

</pre></body></html>