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