main{
    margin-left: auto;
    margin-right: auto;
    width: 650px;
}

.stats div{
    width: 200px;
}


.bCV{
    display: flex;
    align-items: center;
    text-align: center;
    background: #fbd144;
    border-radius: 8px;
    border: none;
    padding: 15px 25px;

}

.tab-content {
    display: none;
}
  
.active-content {
    display: block;
}

.portfolio{
    flex-direction: initial;
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.projet{
    width: 46%;
    margin: 2%;
}