.cv-app{
display:flex;
gap:40px;
font-family:Arial;
}

.cv-form{
width:40%;
}

.cv-form input,
.cv-form textarea{
width:100%;
padding:10px;
margin-bottom:10px;
border:1px solid #ddd;
}

.cv-preview{

width:60%;
background:white;
padding:30px;
box-shadow:0 0 10px rgba(0,0,0,0.1);

}

.header{
display:flex;
align-items:center;
gap:20px;
}

.header img{
width:80px;
height:80px;
border-radius:50%;
object-fit:cover;
}

.section{
margin-top:20px;
}

.section h2{
color:#2c7be5;
}