body {
    background-color: #f2ece5;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.menu-header {
    color: #2b2b2b;
    margin: auto;
    font-size: 30px;
    text-transform: uppercase;
}

.menu-item-card {
    background-color: #2b2b2b;
}

.menu-item-title {
    color: #dedede;
    margin: auto;
    font-size: 15px;
}

.menu-item-card-info {
    padding: 10px;
}
.menu-item-price {
    color: #dedede;
    margin: auto;
    font-size: 15px;
    font-style: italic;
}

.button-group {
    margin: 0 1px 0 1px;
}
.button {
    border-radius: 0;
}
.button.success {
    background-color: #ddffae;
}
.button.alert {
    background-color: #ffc29c;
    color: #0a0a0a;
}
