body{
    display: flex;
    background-color: #ededed;
}


nav{
    height: 100vh;
    background-color: black;
    text-align: center;
    padding-left: 2px;
}

img{
    width: 100px;
    height: 100px;
    border-radius: 80px;
    padding: 12px;
}

li{
    list-style: none;
    /* text-decoration: none; */
    font-size: 20px;
    margin-top: 20px;
    margin-right: 12PX;
}


li a{
    color: white;
    text-decoration: none;
    /* margin-top: 10px; */
}

main{
    padding-left: 50px;
}


p{
    font-size: 20px;
}


.moyen{
    font-size: 20px;
}

.resumé::first-letter{
    font-size: 20px;
}


 