 body {
background: url('../images/foodbg.jpg') no-repeat center center fixed;
background-size: cover;
color: #e0e1dd;
}
.navbar {
background: rgba(10, 25, 47, 0.9);
}
.navbar .nav-link {
color: #f4a261 !important;
}
.navbar .nav-link:hover {
color: #e76f51 !important;
}
.dropdown-menu {
background: #0a192f;
border: 1px solid #f4a261;
}
.dropdown-item {
color: #e0e1dd;
}
.dropdown-item:hover {
background: #f4a261;
color: #0a192f;
}
.container {
margin-top: 20px;
}
.card {
background: rgba(10, 25, 47, 0.9);
border: 1px solid #f4a261;
color: #e0e1dd;
text-align: center;
}
.card i {
font-size: 40px;
color: #f4a261;
}