<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
  }
  
  body, html {
      height: 100%;
      scroll-behavior: smooth;
  }
  
  body {
      /* font-family: Helvetica, Arial, sans-serif; */
      font-family: Gotham,sans-serif;
      font-size: 17px;
  
      background-color:white;
      margin: 0;
      
      /* position: absolute;
      overflow: hidden;
      top: 0px;
      bottom: 0px; */
  
  }
  
  .footer a {
      text-decoration: none;
      color:black;
  }

  
.divider {
    height: 3rem;
    width:100%;
    background: url('../images/divider.png') no-repeat center;
    background-size: contain;
}</pre></body></html>