.text-nama-produk{
    color: #00a7a7;
}

.text-kategori{
    color: #815401;
}

.img-product{
    width: 100%; height: 250px; object-fit: cover; border-radius:10px;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:rgba(0, 204, 17, 0.671);
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.my-float{
    margin-top: 10px;
    font-size: 30pt;
}