body{
    background-color:#efefef;
    font-family:Arial, Helvetica, sans-serif;
}

.cv-container{
    background:white;
    box-shadow:0 0 10px rgba(0,0,0,0.15);
}

.sidebar{
    background:#f5f5f5;
    padding:30px;
}

.main-content{
    background:#d8e0ec;
    padding:30px;
}

.profile-img{
    width:130px;
    height:130px;
    border-radius:50%;
    object-fit:cover;
}

h1{
    font-size:42px;
    font-weight:bold;
    color:#222;
}

h2{
    font-size:28px;
    font-weight:300;
    margin-bottom:30px;
    color:#444;
}

h4{
    font-size:18px;
    font-weight:bold;
    margin-bottom:5px;
}

h5{
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}

.section-title{
    background:white;
    padding:6px 10px;
    margin:25px 0;
    font-size:22px;
    color:#555;
}

p{
    font-size:14px;
    color:#555;
}

ul{
    font-size:14px;
}

.progress{
    height:12px;
    margin-top:5px;
}

.progress-bar{
    background:#1f6fe5;
}