ul{
    overflow: hidden;
    list-style-type: none;
    margin:10px;
    padding: 10px;
    background-color: #333;
}
li{
    float: left;
}
li a{
    padding: 32px;
    display: block;
    text-decoration: none;
    color: white;
}
li a:hover{
    background-color: lightgreen;
}
.steak{
    width: 50%;
    height: 50%;
}
.steakingredients{
    background-color: rgb(0, 255, 34);
    padding: 50px;
}
.steakprices{
    background-color: rgb(34, 175, 6);
    height: 200px;
    padding: 50px;
}
.main{
    font-size: 35px;
}
.lobsteringredients{
    background-color: rgb(80, 190, 253);
    padding: 50px;
}
.lobsterprices{
    background-color: rgb(0, 162, 255);
    height: 175px;
    padding: 50px;
}
.lambingredients{
    background-color: rgb(228, 74, 74);
    padding: 50px;
}
.lambprices{
    background-color: rgb(248, 48, 48);
    height: 200px;
    padding: 50px;
}
.Hibiscus-Shrimpprices{
    background-color: rgb(206, 151, 0);
    height: 175px;
    padding: 50px;
}
.Hibiscus-Shrimpingredients{
    background-color: rgb(255, 220, 104);
    padding: 50px;
}
.salmoningredients{
    background-color: rgb(211, 63, 186);
    padding: 50px;
}
.salmonprices{
    background-color: rgb(160, 13, 148);
    height: 175px;
    padding: 50px;
}
.info{
    font-size: 25px;
    padding: 50px;
    background-color: rgb(0, 255, 42);
}