body{

background:#050b16;
color:white;
font-family:'Poppins',sans-serif;

}

.profile-container{

max-width:900px;

margin:50px auto;

padding:40px;

background:#0b1323;

border-radius:20px;

}

h1{

margin-bottom:30px;

}

#profileData{

line-height:2;

margin-bottom:30px;

}

.profile-actions{

display:flex;

gap:15px;

margin-bottom:40px;

}

button{

padding:12px 25px;

border:none;

border-radius:10px;

cursor:pointer;

}

#logoutBtn{

background:#0099ff;
color:white;

}

#resetPasswordBtn{

background:#1b273f;
color:white;

}

.danger-zone{

border-top:1px solid #333;

padding-top:30px;

}

#deleteAccountBtn{

background:#d11a2a;
color:white;

margin-top:15px;

}
.back-btn{
position:fixed;
top:25px;
left:25px;
padding:12px 20px;
background:#0b1323;
color:white;
text-decoration:none;
border-radius:50px;
border:1px solid rgba(0,162,255,.25);
transition:.3s;
}