body{
    background-color: rgb(213, 229, 239);
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100vh;
    
}

.card{
    background-color: #fff;
    border-radius: 10px;
    width: 250px;
    height: 400px;
    text-align: center;
    box-shadow: O 4px 8px;
    overflow: hidden;
    padding: 20px;
}
img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.descriptif{
    color: grey;
}