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;
}
.progressBar1{
    background: tomato;
}
.progressBar2{
    background: pink;
}
.progressBar3{
    background: yellow;
}
.progressBar4{
    background: #f1f1f1;
}
.bar1,.bar2,.bar3,.bar4{
    font-family: verdana;
    font-size: 0.5em;
    text-align: center;
    color: white;
}
.bar1{
    width: 50%;
    height: 10px;
    background: red;
}
.bar2{
    width: 60%;
    height: 10px;
    background:deeppink;
}
.bar3{
    width: 40%;
    height: 10px;
    background: gold;
}
.bar4{
    width: 80%;
    height: 10px;
    background:grey;
}
.icon{
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
    background: navy;
    color: white;
    border-radius: 10px;
}
footer{
    width: 100%;
    height: 200px;
    background: black;
    color: white;
    margin-top: 5%;
}
.copy{
    font-family: verdana;
    font-size: 0.9em;
    color: lightgray;
    text-align: center;
    margin-top: 30px;
}