*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.navbar{
    width: 100%;
    background: rgb(233, 89, 12) ;
}
.navbar-brand{
    font-family: 'Artifika';
    font-size: 40px;
    font-weight: bold;
    margin-left: 50px;
    color: white;
}
.navbar-nav{
    margin-left: 50px;
}
.nav-item {
    margin-left: 25px;
    margin-right: 25px;
}
.nav-link{
    font-family: 'Alkatra';
    font-size: 16px;
    color: white;   
}
.nav-link:hover{
    border-bottom: 2px solid black;
    color: black;
}
.dropdown-item{
    font-family: 'Alkatra';
    font-size: 16px;
    color: white; 
}
.dropdown-item:hover{
    background-color: rgb(142, 142, 225);
    color: black; 
}
.active{
    border-bottom: 2px solid rgba(29, 20, 204, 0.986);
}
.menu-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.menu-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%; /* round image */
    margin-right: 20px;
}
.menu-text h5 {
    color: #006241;
    font-weight: bold;
    margin: 0;
}
.menu-text p {
    margin: 2px 0;
}
.price {
    font-weight: bold;
    color: #333;
}