html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    padding: 16px;
}


.appTitle {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.appTitle p {
    margin-left: 12px;
    color:#1f1f1f;
    font-weight: bold;
    font-size: 16px;
}

.mainContent {
    margin-top: 24px;
}

.appTitle {
    text-align: center;
}

.contentWrap {
    text-align: center;
    margin-top: 24px;
}

.groupName {
    font-size: 20px;
    font-weight: bold;
    color: #1f1f1f;
    margin-top: 16px;
}

.userName {
    font-size: 14px;
    color: #8c8c8c;
    margin-top: 8px;
}


.joinButton {
    margin-top: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: 52px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 12px;
    width: 240px;
    height: 52px;
    font-weight: bold;
    box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.17);
    background-image: linear-gradient(220deg, rgba(32, 202, 255, 1), rgba(211, 107, 237, 1));
  }

  .joinButton:active {
    opacity: 0.5;
  }

  .notice {
    margin: 24px auto;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
    max-width: 500px;

    li {
        margin-top: 8px;
    }

    li:first-child {
        margin-top: 0;
    }
  }

  .AppStore {
    color: #04A5FF;
    padding: 12px 4px;
  }

  .AppStore:active {
    opacity: 0.5;
  }