<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
 
}

.navbar-brand { font-size:36px }
.navbar-brand &gt; img { height:64px; }
.navbar-collapse { flex-grow: 0}
.navbar { padding:36px 0; }
.nav-link { padding-right:24px; padding-left:24px }
.navbar-light .navbar-toggler {
    border:none !important;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow:none;
}

h1, h2, h3, h4 { font-weight: 100}
section { padding:256px 0}
section a { border: 1px solid black; padding: 12px 36px; }
footer a, section a, a:hover, a:focus { color:inherit; text-decoration:none; }
footer { padding:128px 0; position:initial }

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