
body{
margin:0;
font-family:Arial;
background:#0b0b0b;
color:white;
text-align:center;
}

#particles-js{
position:fixed;
width:100%;
height:100%;
z-index:-1;
}

nav{
position:fixed;
top:0;
width:100%;
background:rgba(0,0,0,0.7);
backdrop-filter:blur(10px);
}

.nav-inner{
display:flex;
justify-content:space-between;
padding:15px 40px;
}

.menu a{
margin:0 10px;
color:white;
text-decoration:none;
}

.hero{
height:100vh;

background:
linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),
url("https://wallpapercave.com/wp/wp2757874.jpg");

background-size:cover;
background-position:center;

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

.hero h1{
font-size:70px;

text-shadow:
0 0 10px #00ff88,
0 0 20px #00ff88,
0 0 40px #00ff88;
}

.subtitle{
opacity:0.8;
margin-bottom:20px;
}

.join-card{

background:rgba(0,0,0,0.6);
padding:40px;
border-radius:15px;

box-shadow:0 0 30px rgba(0,255,120,0.4);

}

.join{

padding:20px 50px;
font-size:22px;

background:linear-gradient(45deg,#00ff88,#00cc66);

border:none;
border-radius:10px;

cursor:pointer;

font-weight:bold;

}

.features{
display:flex;
justify-content:center;
gap:30px;
padding:80px;
flex-wrap:wrap;
}

.feature{
background:#111;
padding:30px;
border-radius:10px;
max-width:200px;
}

.card{
background:#111;
padding:40px;
max-width:500px;
margin:auto;
border-radius:10px;
}

.team{
display:flex;
justify-content:center;
gap:40px;
flex-wrap:wrap;
}

.member img{
width:120px;
}

.warn{
color:#ffcc00;
}

.donate-btn{
background:red;
padding:15px 25px;
color:white;
text-decoration:none;
border-radius:6px;
}

.simple-nav{
background:black;
padding:15px;
}

section{
padding:100px 20px;
}

footer{
background:#000;
padding:20px;
}
