body{
    background-color: peachpuff;
}

.tacos{
    color: yellow;
    font-family: 'Times New Roman', Times, serif;
    font-size: 44px;
}
.lasagna{
    color:red;
    font-family: fantasy;
    font-size: 44px;
}
.shepards_pie{
    color: green;
    font-family: cursive;
    font-size: 44px;
}
.terriyaki_chicken{
    color: orangered;
    font-family: 'Lucida Sans';
    font-size: 44px;
}
p{
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
}
a:link{
    color: blue;
    font-size: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
a:visited{
    color: red;
    font-size: 28px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
a:hover{
    color: cornflowerblue;
    font-size: 34px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
a:active{
    color: green;
    font-size: 34px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.nav-bar{
    background-color:coral;
    padding: 15px;
    border-radius: 10px;
}