body{
    margin: 0;
    padding: 0;
    background: #f1f1f1;
}
.CV{
    width: 60%;
    height: auto;
    margin-left: 20%;
    background: white;
    padding: 1%;
}
.header{
    width: 100%;
    height: 180px;
    background: navy;
}
.img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid white;
    margin-top: 20px;
}
.name{
    font-size: 0.9em;
    font-family: verdana;
    color: white;
    text-align: center;
}
.summary{
    font-family: verdana;
    font-size: 0.8em;
    line-height: 25px;
}
.hobbies,.languages{
    line-height: 30px;
    font-size: 0.8em;
}
.progressBar1,.progressBar2,.progressBar3,.progressBar4{
    width: 100%;
    height: 10px;
    background: #f1f1f1;
}
.bar1,.bar2,.bar3,.bar4{
    font-family: verdana;
    font-size: 0.5em;
    text-align: center;
    color: white;
    background:grey;
}
.bar1{
    width: 50%;
    height: 10px;
}
.bar2{
    width: 60%;
    height: 10px;
}
.bar3{
    width: 70%;
    height: 10px;
}
.bar4{
    width: 80%;
    height: 10px;
}
.icon{
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    background:#f1f1f1;
    color: black;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
footer{
    width: 100%;
    height: 200px;
    background: black;
    color: white;
}
.copy{
    font-family: verdana;
    font-size: 0.9em;
    color: lightgray;
    text-align: center;
}