h2{
    font-family: "Dancing Script", cursive;
}
p, h1, h2, h3 {
text-align:center
}
img {
    max-width: 100%;
    max-height: 500px;
    /* border: 20px solid rgb(231, 133, 187); */
    border-radius: 8px;
    box-shadow: 10px;
}
table, tr, th, td {
    border: 2px solid black;
    border-collapse: collapse;
    text-align: center;
    vertical-align:auto;
    padding:10px;
}
tr:hover{
    background-color:#BCBCBD;
}
table{
    width:auto;
}
/* .item {
    margin: 10px;
    background-color: gainsboro;
} */
.produk{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    font-family: sans-serif;
}
.parfum{
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding :15px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.parfum img:hover{
    opacity: 1;
}
.parfum img{
    width: 100%;
    height: 250px;
    border-radius: 5px;
    opacity: 0.5;
}
.parfum h3{
    margin-bottom: 15px;
}
