<style>
  .joincta-wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
  }
  .joincta-btn {
    display: block;
    max-width: 200px;
    background: #2093C8;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 16px;
    margin: 20px auto 0 auto;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
  }
</style>