.title{
    font-size: 30px;
    background-color: aqua;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
ul{
    list-style: none;
}
.foodItem{
    text-decoration: none;
    color: white;
    background-color: chartreuse;
    padding: 10px;
    margin: 5px;
    border-radius: 10px;


}
a{
    text-decoration: none;
    font-size: 20px;
    font-family: cursive;
}
body{
    background-color: lightgoldenrodyellow;
}