body{
background:#0f172a;
color:white;
font-family:Arial;
}

.hero{
height:60vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
background:linear-gradient(135deg,#020617,#0f172a);
}

.hero h1{
font-size:55px;
font-weight:bold;
}

.profile-img{
border-radius:50%;
width:220px;
border:5px solid #38bdf8;
}

.project-card{
margin-bottom:20px;
transition:0.3s;
}

.project-card:hover{
transform:translateY(-10px);
}

section{
scroll-margin-top:80px;
}

/* PARTICLE BACKGROUND */

#particles-js{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index:0;
}

.hero{
height:70vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
position:relative;

}

.hero-content{
position:relative;
z-index:1;
}

.typing{
color:#38bdf8;
margin-top:10px;
}

/* SKILL ICONS */

.skill-icon{
width:60px;
margin-bottom:10px;
}

.skill-box{
margin-bottom:30px;
transition:0.3s;
}

.skill-box:hover{
transform:translateY(-8px);
}

/* EXPERIENCE + EDUCATION CARDS */

.info-card{
background:#f8f9fa;
border:none;
border-radius:10px;
padding:10px;
}

.logo{
width:100px;
height:auto;
object-fit:contain;
}

.info-card h5{
font-weight:600;
}

.info-card small{
color:#555;
}

#projects h2{
color:#0f172a;
font-weight:600;
border: #020617 2px solid;
border-radius: 5px;
padding: 5px 10px;
}

#Skills h2{
color:#0f172a;
font-weight:600;
border: white 2px solid;
border-radius: 5px;
padding: 5px 10px;
}