#join {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  gap: 40px;

  h1 {
    font-size: 32px;
    text-align: center;
    max-width: 800px;
  }

  .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}

#key-features + #join {
  margin-top: -200px;
}
