* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
body,
html {
  width: 100%;
  height: 100vh;
  background-color: #14131b;
  font-family: "Poppins", sans-serif;
  color: #efefef;
}

body {
  background: linear-gradient(192.05deg, rgba(105, 181, 255, 0.8) 0%, rgba(197, 98, 214, 0.8) 100%);
  height: 100%;
  min-height: 120vh;
}

.avatar {
  width: 160px;
  height: 180px;
}

.logo {
  padding-top: 12px;
  margin: auto;
  width: 50px;
  display: block;
  padding-bottom: 12px;
}
.logo img {
  width: 50px;
  display: block;
}

.header {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 14px;
}

.subheader {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;

  padding-bottom: 14px;
}

.subcard{
  padding-top: 26px;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;

  color: #FFFFFF;
}


.list {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;

  color: #FFFFFF;
}

.list-item{
  padding-top: 16px;
}

.list-item svg {
  vertical-align: middle;
  margin-right: 6px;
}

.list-item span {


}

.group-card {
  margin: auto;
  width: 335px;
  height: 368px;
  background-image: url(img/inviteLinkBG.jpg);
  border-radius: 24px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.button {
  margin-top: 16px;
  width: 220px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: #1C6EF2;
  border-radius: 17px;

  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;

  color: #FFFFFF;

  flex: none;
  order: 0;
  flex-grow: 0;

  text-decoration: none !important;
  text-decoration-line: none !important;
}