/*ceci est le fichier CSS de ma page PERSONNAGE*/
.personnage{
    border-top: solid orange;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: rgb(138, 74, 2);
    border-radius: 30px;

}
.img_pers{
    width: 200px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
p{
    width: 800px;
    color: white;
    font-size: 20px;
    text-align: justify;
}