                    #product {
                        width: 100%;
                        text-align: center;
                        background-color: black;
                        margin-top: 20px;
                    }
                    
                    #item {
                        text-align: center;
                        color: black;
                        font-weight: bold;
                        padding: 20px 0;
                    }
                    
                    #orario {
                        text-align: center;
                        color: black;
                        padding: 20px 0;
                    }
                    
                    #price {
                        text-align: center;
                        color: black;
                        font-size: 18px;
                        padding: 20px 0;
                        font-weight: bold;
                        border-radius: 10px;
                        width: 90%;
                        background-color: #0c0c0c;
                        /* height: 50%; */
                        margin: auto;
                    }
                    
                    body {
                        background-color: #f2b82e;
                        opacity: 0.9;
                    }
                    
                    .logo {
                        vertical-align: middle;
                        padding: 50;
                    }
                    
                    .btn-xl {
                        padding: 20px 20px;
                        font-size: 20px;
                        border-radius: 10px;
                    }
                    
                    .card {
                        
                        min-width: 300;
                        background-color: #fff;
                        background-clip: border-box;
                        border-radius: 20px;
                        box-shadow: 3px 3px 2px 1px rgb(165 135 53);
                        border: 1px solid #282828;
                        max-width: 300px;
                    }
                    
                    .card-title {
                        margin-bottom: 0.5rem;
                        color: #000000;
                        font-style: italic;
                        font-weight: bold;
                        font-family: poppins, Arial, Helvetica, sans-serif !important;
                        text-shadow: 2px 3px 0px #00000005;
                        height: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                    
                    .footer {
                        font-family: poppins;
                        font-size: 0.85rem;
                        font-weight: 700;
                    }
                    
                    .card-body {
                        flex: 1 1 auto;
                        padding: 1rem 1rem;
                        display: flex;
                        flex-direction: column;
                        justify-content: flex-end;
                    }
                    
                    .bannerstore {
                        color: #ffffff;
                        font-family: 'Poppins';
                        padding: 0.5rem;
                        text-transform: uppercase;
                        font-weight: 700;
                        background-color: black;
                        font-size: larger;
                    }
                    
                    .info {
                        font-family: 'Poppins';
                        font-weight: 700;
                        font-style: italic;
                        font-size: 20px;
                    }

                    .box {
                        font-family: 'Poppins';
                    }