/* General Styles */
body {
    font-family: 'Arial', sans-serif;
}

.navbar {
    background-color: #ffffff;
}

/* Order Section */
.order-section {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.order-section h2 {
    color: #4F46E5;
    font-size: 2rem;
    font-weight: bold;
}

table {
    background-color: white;
}

table thead {
    background-color: #10B981;
    color: white;
}

table th, table td {
    padding: 15px;
    text-align: center;
}

table .quantity {
    width: 70px;
    text-align: center;
}

table .subtotal {
    font-weight: bold;
}

#total-price {
    color: #10B981;
    font-size: 1.5rem;
    font-weight: bold;
}

/* Footer */
footer {
    background-color: #333;
    color: #fff;
}
