.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.left-section, .right-section {
    display: flex;
    align-items: center;
}

.brand-logo img {
    max-height: 50px;
}

.brand-name h1 {
    font-family: 'Kaushan Script', cursive;
    margin-left: 10px;
    color: #333;
}

.add-recipe-button {
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    margin-right: 10px;
}