body {
    background-color: #f8f9fa;
}

.card {
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border: none;
    border-radius: 10px;
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.menu-item-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
