body {
    font-size: 16px;
    font-family: Inter, Geneva, Tahoma, sans-serif;
}

.navbar-brand {
    font-size: 1.5em;
}

#chicken div, #beef div, #sushi div {
    background-color: #999999;
    padding: 5px 15px;
    margin: 15px 0;
}

#chicken h3, #beef h3, #sushi h3 {
    font-weight: bold;
    margin-top: 5px;
}

#nav-list {
    background-color: #c8c9ff;
    font-size: 1.5em;
}

#nav-list hr {
    margin: 0;
}