body {
  color: #333;
  background-color: #040404;
  justify-content: center;
  align-items: center;
  font-family: League Gothic, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.body {
  background-color: #040404;
}

.hero-section {
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sections-wapper {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}

.about-section, .footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-content-wapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
}

.link {
  font-size: 1.5rem;
}

.invite-link {
  color: #2563eb;
  font-size: 1.5rem;
}

.header-wapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gif-wapper {
  width: 76px;
  height: 76px;
}

.gif-wapper.right {
  margin-left: 20px;
  margin-right: 0;
}

.gif-wapper.left {
  margin-right: 20px;
}

.gif {
  width: 100%;
  height: 100%;
}

.about-desc {
  color: #ffffffb3;
  text-align: center;
  letter-spacing: .2px;
  max-width: 760px;
  font-family: Exo, sans-serif;
  font-size: .7rem;
  line-height: 20px;
}

.absolute-div {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
  position: absolute;
  inset: auto 30px 30px auto;
}

.me {
  color: #fff9;
  letter-spacing: .8px;
  font-size: 1rem;
  text-decoration: none;
}


