img{
    width: 160px;
    height: 60px;
    margin-top: 20px;
    margin-left: 40px;
    border-radius: 50%;
}
.contenu{
    display: flex;
}
.pap{
    margin-left: 30px;
}
.info{
    background-color: gray;
    width: 250px;
    height: 700px;
   border-radius: 5%;
}
h5{
    text-align: center;
    padding: 10px;
}
h1{
    text-decoration: underline;
}