/* Additional custom styles if needed */

body {
    background-color: #E5E0D6;
    color: #232D3F;
}

/* Header and Footer Colors */
header, footer {
    background-color: #232D3F;
}

.header-banner {
    background-color: #CDC3BD;
    color: #232D3F;
}

footer .prefooter button {
    background-color: #CDC3BD;
    color: #232D3F;
}

/* Carousel */
.carousel img {
    border-radius: 8px;
}

/* Info Grid */
.info-item p {
    color: #232D3F;
}


/* QR */

.qr-section {
    text-align: center;
    margin: 40px 0;
}

.qr-section input[type="text"] {
    width: 300px;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.qr-section button {
    padding: 10px 20px;
    background-color: #4a90e2;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px; /* Added margin-top for spacing */
}

.qr-section button:hover {
    background-color: #357ab8;
}

#qrcode {
    display: flex;
    justify-content: center;
}
