h1{
    display: flex;
    justify-content: center;
}


hr{
    width:90%;
    color: var(--background-color);
}

img{
    border-radius: 10px;
    width: 500px;
    height: 400px;
}
#imgChien{
    float:right;
}
#imgLegend{
    
    clear:right;
}