<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: black;
}
.main {
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.headerImage {
  margin-top: 20px;
  margin-bottom: -50px;
}
.headerImage img {
  width: 1600px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
</pre></body></html>