* {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
  html,
  body {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
  }
  h1 {
    font-size: 28px;
    margin-bottom: 50px;
    padding: 0px 20px;
    color: rgba(0,0,0,0.8);
    letter-spacing: 2px;
  }
  p {
    font-size: 16px;
    margin: 20px 0px;
    color: rgba(0,0,0,0.8);
  }
  .copy {
    max-width: 400px;
    padding: 0px 20px;
  }
  section {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
  }
  footer {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    text-align: right;
    width: 100%;
    margin: auto;
  }
  footer p {
    font-size: 13px;
    padding-right: 20px;
    color: rgba(0,0,0,0.44);
  }
  .logo img {
    width: 100%;
    max-width: 600px;
  }