<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
    margin-top: 20px;
    width: 100%;
    background: #000;
    box-sizing: border-box;
    padding: 35px 0 50px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  
  .footer a {
    color: #fff;
  }
  
  .link_p {
    line-height: 35px;
  }
  
  .copy_right {
    line-height: 30px;
  }
  </pre></body></html>