body {
    font-family:'Lucida Console', monospace;
    font-size: 18px;
    color: #111;
    background-color: white;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .landing {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height:100vh; min-height:100dvh;
    text-align: center;
  }
  svg { width: 100%; height: auto; }
  .svg-container { width: 100%; max-width: 800px; display: inline-block; }
  .separator { letter-spacing: -9px; }
  hr { border: none; height: 2px; background-color: lightgrey; width: 100%; margin: 30px auto; }
  table { border-collapse: collapse; text-align: center; width: 100%; }
  td {
    padding: 5px 20px;
    border: 1px solid #dddddd;
  }