*{
    margin: 0;
    padding: 0;
}
body {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #dee6e4;
}
product-card {
    --primary-color: #f0f0f0;
}
