@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/Poppins400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url(/fonts/Poppins600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  body {
      width: 100%;
      height: 100%;
      font-family: 'Poppins', sans-serif;
      font-style: normal;
      font-weight: 600;
      background: #E7D6F5;
      shape-rendering: geometricPrecision;
      margin: 0;
      box-sizing: border-box;
  }
  .leader {
      display: block;
      font-size: 28px;
      font-weight: 600;
      line-height: 1.25;
      color: #222222;
      max-width: 420px;
      margin: 16px auto 28px;
      padding: 0;
      text-align: center;
  }
  .pxButton {
      display: block;
      width: 150px;
      margin: 36px auto 0;
      background: #E7D6F5;
      border: 2px solid #371552;
      border-radius: 8px;
      box-shadow: 0 4px 0 #4e1552;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      color: #371552;
      box-sizing: border-box;
      cursor: pointer;
      padding: 0;
  }
  @media only screen and (max-width: 767px) {
      .leader {
          font-size: 22px;
          margin: 8px auto 20px;
      }
      .pxButton {
          margin-top: 28px;
      }
  }
