a {
                font-family: Goudy Old Style; 
                text-decoration: none; 
                font-weight: bold; 
            }
            .logo {
                padding: 25px 15px 0px 15px;
                height: 92.4px;
                width: 198px;
            }
        
            .side-navigation-bar { 
                background-color: white;
                height: 100%; 
                position: fixed;
                z-index: 1;
                top: 0; 
                left:0;
                box-shadow: 5px 5px 5px grey;
            }
            li > a {
                color: #543136; 
                font-size: 20px;
            }
            li:last-child > a {
                width: 150px;
                border: 6px double #5e1211;
                padding: 10px;
            }
            .nav {
                text-align: center;
                padding-left: 0px  

            }
           .nav > li:first-child {
                padding: 15px 10px;
                font-family: Goudy Old Style; 
                text-decoration: none; 
                font-weight: bold; 
                color: #543136; 
                font-size: 18px;
            }
           .nav > li:nth-child(2) {
                padding: 5px 5px; 
                padding-top: 35px
            }
           .nav > li:not(:first-child):not(:last-child):not(:nth-child(2)) {
                padding: 8px 8px;
            }
           .nav > li:last-child {
               margin-top: 60px;}
    
        .pasta {
            width: 1250px; 
            height: 700px;
            padding-left: 223px;
        }
        hr{
            width:450px;
            border-color: mediumseagreen;
            border-style:solid
        }
        .title {
            text-align: center;
            font-family: Goudy Old Style;
            font-size: 30px;
            font-weight: bolder;
            color: #543136
        }
        p{
            text-align: center;
            font-family: Goudy Old Style;
            font-size: 18px;
            margin-left: 300px;
            margin-right: 300px;
           
        }
        p:last-child{
            padding-bottom: 50px;
        }
        .chef1 {
            float: right;
            width: 450px;
            height: 300px;
            padding-right: 180px;
            padding-top: 25px
        }
        .chef2 {
            float: left;
            width: 300px;
            height: 450px;
            padding-left: 180px;
            padding-top: 25px;
        }
        .david {
            text-align: center;
        }
        .ford {
            text-align: center;
            float: right;
            padding-right:200px;

        }