.nav-pills .nav-link {
    color: #c74635;
    background-color: transparent;
    border: 1px solid #c74635;
    margin: 5px;
}

.nav-pills .nav-link.active {
    background-color: #c74635;
    color: white;
}

.menu-item {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.menu-item:hover {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.price {
    color: #c74635;
    font-size: 1.1em;
    white-space: nowrap;
}

.text-muted {
    font-size: 0.7em;
}

.menu-item .dish-number {
    font-size: 0.8em;
    color: #666;
    font-weight: normal;
}
h1 {
    font-size: 70px;
    font-family: "Risque", serif;
    font-weight: 200;
    font-style: normal;
    color: #c74635;;
}