#photo{
    height: 100px;
    border-radius: 50px;
    margin-left: 50px;
}
.article{
    display: flex;

}
#logo{
    background-color: yellow;
    height: 100vh;
    width: 50%;
}
.liste{
    padding: 5%;
    
}
.titre{
    padding: 5px;
    margin-left: 15px;
    color: black;
    
}
.touré{
float: right;

}
.nom{
    color: brown;
    font-size: 25px;
}
