.image {
    width: 240px;
    height: 240px;
    align-self: center;
}
.product {
    width:240px;
    border: solid black 3px;
    float: left;
    margin-right: 20px;
}
.name {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: rgb(200, 199, 199);
}
.disponible {
    text-align: center;
    background-color: rgb(45, 240, 45);
    margin-right: 10px;
}
.indisponible {
    text-align: center;
    background-color: rgb(240, 45, 45);
    margin-right: 10px;
}