*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Orbitron',sans-serif;
}

html{
scroll-behavior:smooth;
}

body{

background:#040404;

color:white;

overflow-x:hidden;

}

#particles{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:

radial-gradient(circle at top,#7b2cff22,transparent 35%),

radial-gradient(circle at bottom,#00d9ff22,transparent 35%),

linear-gradient(#040404,#090909);

z-index:-1;

animation:bg 8s infinite alternate;

}

@keyframes bg{

0%{

transform:scale(1);

}

100%{

transform:scale(1.2);

}

}

header{

width:100%;

height:80px;

display:flex;

justify-content:space-between;

align-items:center;

padding:0 60px;

background:rgba(0,0,0,.5);

backdrop-filter:blur(15px);

border-bottom:1px solid #7b2cff;

position:sticky;

top:0;

z-index:1000;

}

.logo{

font-size:32px;

font-weight:900;

color:#b56dff;

text-shadow:0 0 25px #7b2