<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-db {
  color: #273238;
  background: #44aaeb;
  display: block;
  height: 50px;
  padding: 10px;
  width: 100%;
  z-index: 999;
  text-align:center;
  margin-bottom:20px;
}

.txt-logo {
  font-size: 18pt;
  color: #273238;
  margin-bottom: 0px;
  font-weight: 700;
  padding: 12px 0;
  a {
    color: rgba(0,0,0,.5);
    text-decoration: none;
  }
}
</pre></body></html>