*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
}

body{
    background: #e5e5e5;
    display: flex;
    justify-content: center;
    padding: 30px;
}

.cv{
    width: 900px;
    background: white;
    display: flex;
}

.left{
    width: 30%;
    background: #2f9fa3;
    color: white;
    padding: 20px;
}

.perfil{
    text-align: center;
    margin-bottom: 20px;
}

.perfil img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid white;
}

.box{
    margin-bottom: 25px;
}

.box h2{
    background: #1f6f8b;
    padding: 10px;
    margin-bottom: 10px;
}

.box h3{
    margin-top: 10px;
    margin-bottom: 5px;
}

.box ul{
    margin-left: 20px;
}

.box p,
.box li{
    margin-bottom: 5px;
}

.barra{
    width: 100%;
    height: 10px;
    background: white;
    border-radius: 20px;
    margin-bottom: 10px;
}

.nivel{
    width: 100%;
    height: 10px;
    background: #1f6f8b;
    border-radius: 20px;
}

.ingles{
    width: 90%;
}
.frances{
    width: 70%;
}
.italiano{
    width: 30%;
}

.right{
    width: 70%;
    padding: 25px;
}

.header{
    background: #1f6f8b;
    color: white;
    padding: 30px;
    margin-bottom: 20px;
}

.header h1{
    font-size: 40px;
}

.section{
    margin-bottom: 25px;
}

.section h2{
    background: #49c5b6;
    color: white;
    padding: 10px;
    margin-bottom: 15px;
}

.info{
    margin-bottom: 15px;
}

.info h3{
    color: #1f6f8b;
}

.info ul{
    margin-left: 20px;
    margin-top: 5px;
}