img.veg-symbol{
    width: 20px;
    margin-right: 20px;

}


div.food-list{
    position: absolute;
    display: flex;
    flex-direction: row;
    
}

p.pizza{
    font-size: smaller;
    font-style: italic;
    color: grey;
}

.card-header{
    background-color: #1e3251;
    color: #e6ae7c;
    font-family:sans-serif;
    
    
}

button{
    font-weight: bold !important;
    font-size: 18px !important;
    color: #e6ae7c !important;

  
}

h2{
    font-size: 40px;
    color: #1e3251;

   

}

span.badge{
    background-color:#1e3251 !important;
    color: #e6ae7c !important;
}

li.active{
    background-color:#1e3251 !important;
    color: #e6ae7c !important;

}

