body {
    background-image: url(images/yue_yuan.jpg); 
    font-family: Roboto, Georgia, Arial, sans-serif;
    padding:10px;
    background-size: contain;
    background-attachment: fixed;
}

h1 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

h2 {
    font-size: 30px;
}

.established {
    font-style: italic;
    font-size: 20PX;
}

h1, h2, p {
    text-align: center;
}

h1, h2 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.menu {
    width:92%;
    opacity:90%;
    background-color: rgb(248, 205, 148);
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    max-width: 750px;
}

hr{
    height: 2px;
    background-color: burlywood;
    border-color:burlywood;
    border-width: 2px;
}

.item p {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 17px;
}

.flavor {
    text-align: left;
    
    width: 65%;
}

.price {
    text-align: right;
    
    width: 35%;
}

.botton-line {
    margin-top: 25px;
}

/*FOOTER*/

footer {
    font-size: 14px;
}

.address {
    margin-top: 5px;
}
a {
    color:black;
}

a:visited {
    color:black;
}

a:hover {
    color:brown;
}

a:active {
    color:brown;
}

img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:-25px;
}
