        :root {
            --primary-color: #a7de73;
            --secondary-color: #E03ED8;
            --bg-color: #0a0a0a;
            --card-bg: rgba(105,105,105,0.25);
            --text-color: #ffffff;
        }

        body, html {
            color: var(--text-color);
            font-family: "Poppins", sans-serif;
            overflow-x: hidden;
            background-color: black;
            --sz: 24px;
	--c1: #111;
	--c2: #000;
	--c3: #111;
	--c4: #000;
	--ts: 50% / calc(var(--sz) * 10) calc(var(--sz) * 10);
	--pz: calc(var(--sz) * 0.65), #fff0 calc((var(--sz) * 0.65) + 1px);
	background: radial-gradient(circle at 53% 25%, var(--c4) var(--pz)) var(--ts),
		radial-gradient(circle at 75% 47%, var(--c2) var(--pz)) var(--ts),
		radial-gradient(circle at 3% 75%, var(--c2) var(--pz)) var(--ts),
		radial-gradient(circle at 25% 53%, var(--c4) var(--pz)) var(--ts),
		radial-gradient(circle at 53% 75%, var(--c3) var(--pz)) var(--ts),
		radial-gradient(circle at 75% 97%, var(--c1) var(--pz)) var(--ts),
		radial-gradient(circle at 3% 25%, var(--c1) var(--pz)) var(--ts),
		radial-gradient(circle at 25% 3%, var(--c3) var(--pz)) var(--ts),
		conic-gradient(
				from 0deg at 50% 50%,
				var(--c1) 0 25%,
				var(--c2) 0 50%,
				var(--c3) 0 75%,
				var(--c4) 0 100%
			)
			var(--ts);
        }

        .nav1 {
            position: absolute;
            top: 20px;
            width: 100%;
            margin-bottom: 50px;
            text-align: center;
            color: white;
            font-weight: bold;
            z-index: 10;
            font-family: "Poppins", sans-serif;
            padding: 10px 0;
        }

        .nav1 a {
            margin: 0 15px;
            color: white;
            text-decoration: none;
            font-size: 1.3em;
            transition: color 0.3s, transform 0.3s;
        }

        .nav1 a:hover {
            color: #E03ED8;
            transform: scale(1.1);
        }

        .nav1 a.home {
            color: #a7de73;
            position: relative;
        }

        .nav1 a.home::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -2px;
            height: 3px;
            width: 100%;
            background-color: #a7de73;
            border-radius: 5px;
        }

        .container {
            max-width: 1200px;
            margin: 100px auto 50px;
            padding: 0 20px;
        }

        header {
            text-align: center;
            margin-bottom: 60px;
            padding: 40px 0;
            background: linear-gradient(45deg, var(--card-bg), var(--bg-color));
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        }

        h1 {
            font-size: 2.5em;
            margin-bottom: 20px;
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 1.3;
        }

        section {
            background: var(--card-bg);
            padding: 30px;
            margin: 30px 0;
            border-radius: 15px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        section:hover {
            transform: translateY(-5px);
        }

        h2 {
            color: var(--primary-color);
            font-size: 1.8em;
            margin-bottom: 20px;
            border-bottom: 2px solid var(--primary-color);
            padding-bottom: 10px;
        }

        h3 {
            color: var(--secondary-color);
            font-size: 1.4em;
            margin: 25px 0 15px;
        }

        ul {
            list-style: none;
            padding: 0;
        }

        li {
            margin: 15px 0;
            padding: 15px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 10px;
            transition: background 0.3s ease;
        }

        li:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        strong {
            color: var(--primary-color);
        }
button {
  position: relative;
  padding: 10px 15px;
  background: #faf8de;
  font-size: 22px;
  color: #333;
  box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);
  border-radius: 100px;
  border: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.star-1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
  position: absolute;
  top: 25%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

button:hover {
  background: #000000;
  color: #ffffff;
  box-shadow: 0 0 80px #ffffff8c;
}

button:hover .star-1 {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 20px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-2 {
  position: absolute;
  top: 35%;
  left: -25%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-3 {
  position: absolute;
  top: 80%;
  left: -10%;
  width: 10px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-4 {
  position: absolute;
  top: -25%;
  left: 105%;
  width: 20px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-5 {
  position: absolute;
  top: 30%;
  left: 115%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-6 {
  position: absolute;
  top: 80%;
  left: 105%;
  width: 10px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.fil0 {
  fill: #fffdef;
}

        footer {
            text-align: center;
            padding: 40px 0;
            margin-top: 60px;
            background: var(--card-bg);
            border-radius: 15px;
        }

      @media screen and (max-width: 768px) {
    .container {
        margin: 60px auto 30px;
        padding: 0 10px;
    }

    h1 {
        font-size: 1.8em;
        padding: 0 10px;
    }

     .nav1 a {
        font-size: 1.2em;
        margin: 0 10px;
            }

    section {
        padding: 15px;
        margin: 20px 0;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.2em;
    }

    li {
        padding: 10px;
        margin: 10px 0;
        font-size: 0.9em;
    }

    button {
        padding: 8px 12px;
        font-size: 18px;
        max-width: 300px;
    }

    #outerspace canvas {
        height: 100vh;
    }

    footer {
        padding: 20px 10px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 1.5em;
    }

    section {
        padding: 12px;
    }
}