/*Pasta Amore Style Sheet*/

body {
    background-color:#d7c5b7;
        }
img {
    display: block;
    margin:  auto;
    width: 50%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
        }
/*navigation*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
}
li {
    float: left;
}
li a {
    display: block;
    padding: 14px 16px;
    background-color:#CF1C44;
    color: #553237;
    font: Klinic;
    text-decoration: none;
    text-align: center;
}

li a:hover {
    background-color:#9B1533;
}
/*Paragraph*/
p{
    color:#553237;
    font: Goudy Old Style Regular;
    text-align: center;
    font-size: 18px;
}
footer {
    color:#553237;
    font: Goudy Old Style Regular;
    font-size: 16px;
    text-align: center;
}