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


body{
    background-color: #A83A1D;
    font-family: Palatino;
    font-size: 20px;
    color: #44200E;
}

header{
    padding: 10px 20px;
    text-align: center;
}

img{
    width: 40%;
    margin-top: 40px;
}

.slogan{
    font-size: 18px;
}

h1{
    font-family: Dancing Script;
    font-size: 40px;
    margin-bottom: -30px;
}

h2{
    font-family: Dancing Script;
    font-size: 45px;  
}


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


.item {
    text-align: left;
    width: 75%;

}

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

.menu-row p{
    display: inline-block;

}

section{
    padding-left: 80px;
    padding-right: 80px;
}

#menu{
    background-color:rgb(244, 221, 201);
    width: 80%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

hr{
    height: 2px;
    background-color: #A83A1D;
    border-color: #A83A1D;
}

address{
    font-style: normal;
    margin-bottom: 5px;
}

footer{
    font-size: 18px;
}

.open{
    font-size: 20px;
}
a{ 
    color: #A83A1D;
    text-decoration: none;
}

a:visited{
    color: #44200E;
}

a:hover{
    color:#44200E;;
}