body {
    background: linear-gradient(to right, #2d3135, #0d1323b8, #11141c);
}
.text-center {
    text-align: center !important;
    background: #2196F3;
    padding: 15px;
    color: white;
    border-radius: 15px;
}
.container {
    max-width: 960px;
    margin-top: 50px;
}
.product-details {
    text-align: center;
    color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.product-details h2 {
    color: #007bff;
}
.product-details p {
    font-size: 18px;
}