body{

margin:0;
font-family:'Inter',sans-serif;
background:#020617;
color:white;
text-align:center;

}

.background-glow{

position:fixed;
width:600px;
height:600px;
background:radial-gradient(circle,#06b6d4,transparent);
top:-200px;
left:50%;
transform:translateX(-50%);
opacity:0.3;
filter:blur(120px);

}

header{

padding:80px 20px 60px 20px;
max-width:900px;
margin:auto;

}

.logo{

width:160px;
margin-bottom:20px;

}

h1{

font-size:56px;
margin:10px 0;

}

.tagline{

font-size:22px;
opacity:0.8;
margin-bottom:40px;

}

.buttons{

display:flex;
gap:20px;
justify-content:center;
flex-wrap:wrap;

}

.btn{

padding:16px 32px;
border-radius:40px;
font-weight:600;
text-decoration:none;
transition:0.25s;
font-size:16px;

}

.spotify{

background:#1DB954;
color:white;

}

.instagram{

background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
color:white;

}

.btn:hover{

transform:scale(1.08);
box-shadow:0 10px 30px rgba(0,0,0,0.4);

}

.player{

max-width:700px;
margin:60px auto;
padding:0 20px;

}

.player h2{

margin-bottom:20px;

}

.about{

background:#0f172a;
padding:60px 20px;

}

.about p{

margin:8px 0;
opacity:0.9;

}

footer{

padding:40px;
font-size:14px;
opacity:0.6;

}