/* Global Styles */
body {
    font-family: 'Poppins', sans-serif;
   
	 background-color: #800000 !important;
}

/* Maroon Background for Cards */
.bg-maroon {
    background-color: #155263  !important; /* Maroon background */
}

/* Meal Name */
.meal-name {
    text-transform: uppercase; /* Capitalizes all letters */
}

/* Meal Description */
.meal-description {
    color: #f0f0f0; /* Slightly lighter white for description for contrast */
}

/* Meal Price */
.meal-price {
    font-size: 20px; /* Font size for the price */
    color: #ffcc00; /* Gold color for the price for better visibility */
}

/* Button Styles */
.meal-button {
    color: white; /* White text color */
}
h1 {
    color: white; /* White text color */
}
