    body {
        background-color: rgb(216, 198, 184);
        text-align: center;
        width: auto;
        margin: auto;
        font-family: "Goudy Old Style";
    } 
            
    img[src="images/pasta_amore_logo.png"] {
        padding: 25px;
    }
            
    h1 {
        text-align: center;
        color: rgb(95, 19, 18);
        font-size: 60px; 
        font-family: "Goudy Old Style"; 
        font-weight: bold;
    }
            
    h2 {
        text-align: center;
        font-family: "Goudy Old Style";
        font-size: 30px;
    }

    h3 {
        text-align: center;
        font-family: "Goudy Old Style";
        font-size: 22px;
    }
            
    p {
        text-align: center;
        font-family: "Goudy Old Style";
        font-size: 19px;
        margin: center;
    }

    fp {
        text-align: center;
        font-family: sans-serif;
        font-size: 13px;
        margin: center;
    }

    footer {
        position: sticky;
        bottom: 0;
        height: 50px;
        width: 100%;
        background-color: rgb(216, 198, 184);
        text-align: center;
        font-weight: bold;
    }
            
    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
            
    li {
        display: inline;
    }

    .topnav {
        padding: 10px;
        overflow: hidden;
        background-color: #333;
    }

    .topnav a {
        padding: inherit;
        color: #f2f2f2;
        text-align: center;
        width: 150px;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

    .topnav a:hover {
        background-color: #ddd;
        color: black;
        }

    .topnav a.active {
        background-color: rgb(207, 28, 68);
        color: white;
    }