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