:root {
  --white: white;
  --black: black;
}

.body {
  background-color: #13122a;
}

a {
  color: #FF67FF;
  opacity: 0.7;
  text-decoration: underline;
  font-family: Inter, sans-serif;
}

a:hover {
  text-decoration: underline;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-weight: 600;
  padding: 0 2rem;
  display: flex;
}

.image {
  width: 50ch;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 1.5rem;
}

.badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.text-block {
  color: #c1c0d8;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block.overline {
  letter-spacing: 0.9px;
  font-size: 14px;
  font-weight: 600;
}

.div-block-2 {
  background-image: radial-gradient(
    circle,
    rgba(228, 0, 242, 0.23),
    rgba(228, 0, 242, 0) 49%,
    rgba(228, 0, 242, 0) 100%,
    #e400f2 100%,
    #e400f2
  );
  width: 50%;
  height: 50%;
  position: fixed;
  z-index: -1;
}

.body-2 {
  color: #fff;
  -webkit-text-stroke-color: white;
  background-color: #13122a;
  margin-top: 3rem;
  margin-right: 2rem;
  padding-left: 2rem;
}

.bold-text {
  color: #fff;
  -webkit-text-stroke-color: white;
  font-size: 25px;
}

.paragraph {
  -webkit-text-stroke-color: white;
}

.rich-text-block {
  color: #a9a9c6;
  max-width: 100ch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  line-height: 28px;
}

.align-content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bold-text-2,
.bold-text-3,
.bold-text-4,
.bold-text-5,
.bold-text-6,
.bold-text-7,
.bold-text-8,
.bold-text-9,
.bold-text-10,
.bold-text-11,
.bold-text-12,
.bold-text-13,
.bold-text-14,
.bold-text-15,
.bold-text-16,
.bold-text-17,
.bold-text-18,
.bold-text-19,
.bold-text-20,
.bold-text-21,
.bold-text-22,
.bold-text-23,
.bold-text-24 {
  color: #fff;
}

.body-3 {
  background-color: #13122a;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.rich-text-block-2 {
  color: #a9a9c6;
  max-width: 100ch;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  line-height: 28px;
}

.paragraph-2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.footer {
  position: fixed;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  padding-bottom: 2rem;
  bottom: 0;
  width: 100%;
}

.footer a {
  font-size: 12px;
  color: #ffffffcc;
  font-weight: 500;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter_400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter_600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
