
body{
margin:0;
background:#080812;
color:white;
font-family:Arial;
}
nav{
position:fixed;
top:0;
width:100%;
background:#09090f;
padding:15px;
text-align:center;
z-index:5;
}
nav a{
color:white;
margin:15px;
text-decoration:none;
}
.logo{
color:#a855f7;
font-weight:bold;
font-size:25px;
}
header{
padding:130px 20px 80px;
text-align:center;
background:linear-gradient(135deg,#111827,#581c87);
}
h1{
font-size:70px;
}
button{
background:#9333ea;
color:white;
border:0;
padding:15px 35px;
border-radius:10px;
cursor:pointer;
}
.online{
margin-top:30px;
background:#111827;
display:inline-block;
padding:20px;
border-radius:15px;
}
section{
max-width:1000px;
margin:auto;
padding:50px 20px;
}
h2{
color:#c084fc;
}
.card{
background:#161625;
padding:25px;
margin:15px;
border-radius:15px;
line-height:1.6;
}
.cards{
display:flex;
flex-wrap:wrap;
}
#modal{
display:none;
position:fixed;
inset:0;
background:#000b;
z-index:10;
align-items:center;
justify-content:center;
}
.window{
background:#171725;
padding:40px;
border-radius:20px;
text-align:center;
}
footer{
text-align:center;
padding:30px;
background:#050505;
}
