body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #0f0f1a;
  color: #d9faff;
}

/* HERO SECTION */
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  background-color: #1a1a2e;
  flex-wrap: wrap;
  text-align: center;
}

.hero img {
  width: 250px;
  border-radius: 50%;
  margin: 1rem;
}

.text-block h1 {
  font-size: 3rem;
  color:#9efff7;
}

.socials {
  margin-top: 1rem;
}

.socials a {
  display: inline-flex;
  align-items: center;
  margin: 0 1rem;
  text-decoration: none;
  color: #9efff7;
  font-weight: bold;
  font-size: 1.2rem;
}

.social-icon {
  width: px;
  height: 150px;
  margin-right: 8px;
}

/* ABOUT SECTION */
.about {
  background-color: #21213c;
  padding: 4rem 2rem;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.about .text {
  max-width: 600px;
  padding: 1rem;
}

.about img {
  max-width: 300px;
  border-radius: 8px;
  margin: 1rem;
}

.about ul {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}

.about ul li {
  margin: 0.5rem 0;
}

/* LEGEND SECTION */
.legend {
  background-color: #1a1a2e;
  padding: 4rem 2rem;
  text-align: center;
}

.legend-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.legend-content img {
  width: 250px;
  margin: 1rem;
}

.legend-text {
  max-width: 500px;
  margin: 1rem;
  text-align: left;
}

/* DISCLAIMER SECTION */
.disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 4rem 2rem;
  background-color: #2e2e4d;
}

.disclaimer img {
  max-width: 250px;
  border-radius: 8px;
  margin: 1rem;
}

.disclaimer-text {
  max-width: 500px;
  text-align: left;
  margin: 1rem;
}

/* FOOTER */
footer {
  text-align: center;
  padding: 2rem;
  background-color: #0f0f1a;
  font-size: 0.9rem;
  color: #888;
}
