#box {
    display: flex;
    /* float: right; */
    padding:70px;
    flex-direction: row;
    flex-wrap: wrap;
    margin:0px 50px;
    
    background-color: #ffffff;



}


#cards {
    border: 1px solid rgb(173, 80, 177);
    padding: 0 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(66, 75, 75, 0.19);
    width: 22%;
    background-color: #6161616c;
    margin: 10px auto;
    text-align: center;
    border-radius: 10px;
    
}

#img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#price{
    font-weight: 500;
    font-size: 30px;
}

#title{
        font-size: 20px;
    margin-top: 30px;
}

#cards:hover{
    size: 10px;
    
}