
.menu-section {
    width: 80%;
    margin: 0 auto;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #064f4b;
}

.menu-title {
    text-align: center;
    font-size: 48px;
    font-style: italic;
    margin: 40px 0;
    color: #064f4b;
}


.menu-category {
    margin-bottom: 40px;
}

.category-title {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: bold;
}


.category-desc {
    font-size: 15px;
    color: #1a746f;
    margin-bottom: 20px;
    max-width: 90%;
}

.menu-category hr {
    border: none;
    height: 1px;
    background-color: #1a746f;
    margin-top: 20px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 18px;
}

.menu-item .price {
    color: #333;
    font-weight: bold;
}

.subtitle {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #064f4b;
}
