.menu a,
.menu a:visited,
.menu a:active,
.menu a:hover {

    display: inline-block;
    color: #ff9900;
    font-size: 24px;
    margin-right: 10px;
}
  

body {
    margin-top: 100px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

.serving {
    font-size: 18px;
    text-align: center;
}

.navbar-brand {
    /* color: rgb(119, 119, 119) !important; */
    font-size: 28px;
    
    font-weight: bold;
    color: white;
    padding: 10px;
    display: inline-block;
}

.agbalumo-regular {
    font-family: "Agbalumo", system-ui;
    font-weight: 400;
    font-style: normal;
}


.roboto> {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }