@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&display=swap');

h1 {
    font-weight: 700;
}

a {
    color: #794C44
}

.bg-redwood {
    background-color: #5B1E0E;
}

.bg-blue {
    background-color: #0d4078;
}

.center

/* Centers Image */
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu_item

/*Controls Display of products*/
    {
    list-style-type: none;
    text-align: center;
    font-family: 'Sorts Mill Goudy', serif;
    color: black;
    padding: 10px;
    display: block;
}

.item_box

/*Adds padding to product item boxes*/
    {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
