body {
    background-image: url("https://images.unsplash.com/photo-1447933601403-0c6688de566e?q=80&w=761&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");

}

#menu {
    background-color: burlywood;
    width: 80%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    font-family: "Indie Flower", cursive;
    font-weight: 400;
    font-style: normal;
}

menu {
    padding: 0;
}

h1, p, h2 {
    text-align: center;
}

h1, h2 {
    margin: 0;
    font-family: "Edu NSW ACT Cursive", cursive;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

h1 {
    font-size: 40px;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-thickness: 2px;
    text-decoration-color: bisque;
    padding-top: 5%;
}

h2 {
    font-size: 25px;
    padding-top: 1%;
}

.established {
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

img {
    width: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

article p {
    /*
    border: 1px solid black;
    */
    display: inline-block;
    margin: 0;
    font-size: 18px;
}

.item {
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
}

.coffee, .dessert {
    width: 75%;
    text-align: left;
}

.price {
    width: 25%;
    text-align: right;
}

hr {
    width: 80%;
    background-color: brown;
    border: 1px solid brown;
    height: 1px;
}

/* FOOTER */

footer {
    padding-top: 1%;
    padding-bottom: 5%;
    font-size: 12px;
    font-family: monospace;
}

address {
    font-style: normal;
}

footer p {
    margin: 0;
    margin-top: 1%;
}

footer a {
    color: black;
}

a:hover, a:active {
    color: saddlebrown;
}