 
        h1{color:rgb(255,255,255);
            font-family:goudy old style;
            font-style:italic;
            margin: 5px;
            padding: 5px;
        }

section{
    padding-top: 50px;
}
table, th, td{
    border: 1px solid black;
    border-collapse: collapse;
    width: 65%;
    font-size: 1.1em;
}

th, td {
    padding: 15px;
}


    footer { 
    display: block;
    background-color: #543136;
    position: relative;
    bottom:0;
    text-align: right;
    
}
    
        img[src="images/hot-dish.jpg"]{
            width:1230px;
            height:500px;
            margin: 4px;
            padding: 4px;
            
        }
    
        ul{
            list-style-type: none;
            margin: 0;
            padding: 20px;
            font-size: 30px;
            font-family:goudy old style;
			text-align: center;
        }
        li{
            display: inline;
            border-right:1px solid #bbb;
            padding: 20px;    
			
        }
        
    
a:link, a:visited {
    color: #d7c5b7;
    padding: 200px 0px;
    text-align: center; 
    text-decoration: none
    
}

a:hover, a:active {
    text-decoration: underline;
}
       
    
        img[src="images/food-plate-rucola-salad.jpg"] {
            border: 0px;
            width: 565px; 
            height: 345px;
            padding: 10px;
        }
    
img[src="images/pasta-noodles-cook-tomato-38233.jpeg"] {
            border: 0px;
            width: 765px; 
            height: 345px;
            padding: 10px;
        }

        body
        {
            background-image: url("images/peoplew.jpg");
            background-color:#5e1211;
            background-repeat:repeat-y;
            color: white;
            
        }
    

    
        p
        {
            color:rgb(255,255,255);
            font-size: 120%;
            white-space: wrap; 
            width: 750px; 
            border: 0px;
            overflow: hidden;
            text-overflow: clip; 
            margin: 5px;
            padding: 5px;
        }
