header {
    background-color: #2E3647;
    height: 66px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

header h1 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;

}

.menu-item p {
    font-size: 15px;
    color: #2E3647;
    font-weight: 300;
    margin-bottom: 0;
    position: relative;
    bottom: 11px;
}

.menu-item .menu-item-title {
    font-size: 15px;
    color: #2E3647;
    font-weight: 500;
    background-color: #fff;
    padding-right: 20px;
}

.menu-item .price {
    font-size: 17px;
    color: #CAB17E;
    font-weight: 500;
    background-color: #fff;
    padding: 0 25px;
}

.menu-item-head {
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 13px;
}

.menu-item {
    border-top: 0.5px solid #CAB17E;
    border-bottom: 0.5px solid #2E36472B;
    margin-bottom: 22px;
}

h2 {
    color: #CAB17E;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}

.menu-section {
    padding: 13px 10px;
}

.dark header {
    background-color: #FFFFFF;
    color: #2E3647;

}

.dark {
    background-color: #2E3647;

}

.dark .menu-section .menu-item .price,
.dark .menu-section .menu-item .menu-item-title {
    background-color: #2E3647;
}

.dark .menu-section .menu-item .menu-item-title {
    color: #fff;
}

.dark p {
    color: #fff;
    font-weight: 200;
}