 .product-image {
    width: 100%;
    border-radius: 8px;
}
.product-details h1 {
    font-size: 2rem;
}
.price {
    font-size: 1.5rem;
    color: #FF0000;
}
.description-title {
    font-weight: bold;
    font-size: 1.4rem;
}
.add-to-cart-btn {
    background-color: #FF0000;
    color: white;
}