body{
    background-image: url('../assets/Background/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-family: "lato",
}

.row-product{
    padding: 0.5rem;
    margin-top: 1rem;   
    margin-left: 2rem;   
    margin-right: 2rem;  
    border: 1px solid;
    border-color: rgba(0,0,0,0.2);
    border-radius: 10px;   
}

.pointer{
    cursor:pointer;
}


.img_svg{
    width: 2rem;
}