    @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/open-sans-v15-latin-300.eot');
    src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg');
}

    body {
      margin: 0;
      min-height: 100vh;
      font-family: "Open Sans", sans-serif;
      background: #fff;
      color: #222;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .container {
      max-width: 520px;
      padding: 40px 24px;
      text-align: center;
    }

    .logo {
      max-width: 320px;
      height: auto;
      margin-bottom: 0px;
    }

    h1 {
      margin: 0 0 12px;
      font-size: 28px;
      font-weight: 600;
    }

    p {
      margin: 0 0 10px;
      font-size: 16px;
      line-height: 1.5;
    }

    a {
      color: #222;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .legal-links {
  margin-top: 40px;
  font-size: 13px;
  color: #777;
    text-align: center;

}
    .home {
  text-align: left;
}
.legal-links a {
  color: #777;
  text-decoration: none;
}

.legal-links a:hover {
  text-decoration: underline;
}

.legal-links span {
  margin: 0 8px;
}
.legal-links {
  margin-top: 40px;
  font-size: 12px;
  color: #999;
  opacity: 0.9;
}
.info {
    text-align: left;
}