
body {
    font-family: 'Helvetica Neue', sans-serif;
    margin: 0;
    background-color: #ffeefc;
    color: #3d0066;
    text-align: center;
}
.container {
    padding: 20px;
}
header h1 {
    font-size: 2em;
    margin: 0.2em 0;
}
.product h2 {
    font-size: 1.8em;
    margin: 0.3em 0 0.2em;
}
.tagline {
    font-style: italic;
    margin-bottom: 1em;
}
.main-image img {
    width: 80%;
    max-width: 300px;
    border-radius: 10px;
}
.thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 1em 0;
}
.thumbnails img {
    width: 70px;
    height: auto;
    border-radius: 5px;
}
.price {
    font-size: 1.5em;
    margin: 1em 0 0.5em;
}
.add-to-cart {
    padding: 0.7em 1.2em;
    background-color: #ff66b2;
    border: none;
    color: white;
    font-size: 1em;
    border-radius: 8px;
    cursor: pointer;
}
.insta-icon {
    width: 30px;
    margin-top: 15px;
}
