.bar{
    background-color: black;
    margin-left: 5%;
    width: 190px;
}
a{
    display: flex;
    padding: 15px;
    font-size: 20px;
    color: white;
    text-decoration: none;
}
img{
    border-radius: 80% 80%;
    padding: 20px;
}
.tete{
    display: flex;
}
h2{
    margin-left: 40px;
}
hr{
    width: 100%;
    margin-left: 60px;
}
p{
    margin-left: 40px;
    font-size: large;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
li{
    font-size: large;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
}
.m{
    color: rgba(185, 181, 181, 0.884);
}
big{
    font-size: xx-large;
}