body{
background:#0abab5;
margin:0;
font-family:'Montserrat',sans-serif;
color:white;
}

/* container */

.container{
max-width:1400px;
margin:auto;
padding:40px;
}

/* header */

.header{
text-align:center;
margin-bottom:40px;
}

.logo{
width:180px;
}

/* layout */

.content{
display:flex;
gap:80px;
}

/* LEFT */

.left{
flex:1;
}

.name{
font-size:64px;
margin:0;
}

.job{
font-size:40px;
margin:0;
color:#2E5077;
}

.intro{
font-size:22px;
margin-top:30px;
line-height:1.6;
}

.title{
margin-top:60px;
font-size:40px;
}

/* project cards */

.projects{
margin-top:20px;
display:flex;
flex-direction:column;
gap:15px;
}

.project-card{
background:white;
color:#333;
padding:20px;
border-radius:10px;
text-decoration:none;
font-weight:600;
transition:0.2s;
}

.project-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}


/* RIGHT */

.right{
flex:1;
text-align:right;
}

.profile{
width:220px;
border-radius:12px;
margin-bottom:30px;
}

/* about */

.about{
font-size:20px;
line-height:1.6;
margin-bottom:40px;
}

/* skills */

.skills{
margin-bottom:40px;
}

.skill{
margin-bottom:20px;
}

.skill span{
font-weight:600;
}

.skillbar{
height:10px;
background:#ffffff50;
border-radius:20px;
margin-top:6px;
}

.fill{
height:10px;
border-radius:20px;
background:white;
}

.html{width:90%}
.css{width:80%}
.js{width:50%}
.php{width:70%}

/* contact */

.contact{
font-size:20px;
}

.linkedin{
width:120px;
margin-top:10px;
}


/* RESPONSIVE */

@media(max-width:1000px){

.content{
flex-direction:column;
text-align:center;
}

.right{
text-align:center;
}

.profile{
margin:auto;
}

}

body,
h1,
p1,
p2,
p3,
p4,
#naam,
#DM_skills,
#DM_contact{
    transition: 0.4s;
}