@charset "utf-8";
/* CSS Document */
body{
    background-color: burlywood;
}
.ronde {
    border-radius: 50%;
    height: 250px;
    width: 250px;
    object-fit: cover;
    /* 4 propriétés pour créer une image ronde */
    border: 5px solid brown;
}