body 
{ 
    background-image:url("imgs/dinner.jpg");
    background-size:cover;
    background-repeat:no-repeat;

}

h1 
{
    text-shadow: 1px 1px black;
}
h2
{
    text-shadow 2px 2px black;
    text-align:center;
    color:lightblue;
}
a:link{color:navy;}
a:visited{color: lightblue;}
a:hover{color: purple;}
a:active{color: hotpink;}

div.content{
    text-align:center;
    text-shadow: 2px 2px black;
    font-family: Arial;
    color:lightblue;
    font-size:40px;
}

footer{
    background-color:darkblue;
    font-family: Arial;
    text-align:center;
    position:fixed;
    bottom:0;
    width:100%;
    height:69px;
    background-repeat:repeat-x;
    color:lightblue;
    padding 0 20px;
}

ul
{ 
    background: darkblue;
    width:120px;
    height:140px;
    text-align:left; 

}

.thumbnail {
    position:center;
    height: 150px;
    width: 200px;
    border: solid lightblue 5px;
}
