.product_name{
    margin-top: 10px;
    color:rgb(48, 97, 38);
    font-weight: 20;
    font-size: xx-large;
}

.product_description{
    margin-top: 20px;
    color:darkslategrey;
    font-size: large;
}

.product_price{
    margin-top: 25px;
    font-size: x-large;
    color: black;
    text-align: center;
}

.prev__resize{
    width:250px;
    height:200px;
}