/* Put custom styles here */

.menu-header {
    margin-bottom: 20px;
    padding-inline: 10px;
    display: flex;
    justify-content: space-evenly;
}
.menu-header > h3 {
    width: fit-content;
}