
body, html {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #111;
  color: white;
  scroll-behavior: smooth;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#network-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.content {
  position: relative;
  z-index: 1;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  max-width: 800px;
  margin: auto;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #f472b6;
}

p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.scroll-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f472b6;
  font-size: 0.95rem;
  text-decoration: none;
  margin-top: 25px;
}
.scroll-icon svg {
  margin-top: 6px;
}

.about-section {
  padding: 80px 30px;
  background: #1f1f1f;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.8;
}

.about-section h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #f472b6;
  text-align: center;
}

.about-section h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  color: #f472b6;
}

.about-section p {
  margin-bottom: 1.5rem;
  text-align: justify;
}
