#city {
                text-align: center;
}
                
}
#first {
    text-align: center;
    font-family:monospace;
}
    body.cup {
        background-image: url(images/Celebrations.jpg);
        background-size:cover;
        background-repeat:no-repeat
}
#cup.cakes {
    border-color: aqua
}
#background-cups {
    color: white;
}
#center {
    background-color:white;
    width:30%;
    border-style:solid;
    height:100%;
}
#quote {
    background-color:azure;
    width: 100%;
}
.ingredients {
    color:blue;
    font-family: fantasy;
}
body.cookies {
    background-image: url(images/gluten-free-sugar-cookies.jpg);
    background-size:cover;
    background-repeat:no-repeat;
}
#cen.ter {
    background-color:white;
    width:30;
    border-style:solid;
}
#center {
    background-color:white;
    width:30%;
    border-style:solid;
    height:100%;
}
.wrap {
    background-color:white;
    width:30%;
    border-style:solid;
}
#mid {
    width: 30%;
    align-content: center;
}
.main {
    width:auto;
    background-color:white;
    border-style: solid;
    height:auto;
    opacity: 0.5;
    background-color:azure;
    border-style: inset;
    border-color: black;
}
body.web {
    background-image: url(images/tumblr_lfl0nuPiYO1qdzjnp.gif);
    background-size:cover;
    background-repeat:no-repeat;
    
}
#tip {
    background-color:azure;
    width: 30%;
}
body.brownies {
    background-image: url(images/FBJune15%20021.JPG);
    background-size:cover;
    background-repeat: no-repeat;
}
#second-tip {
    background-color:azure;
}
div.main p {
    font-weight: bold;
    color: #000000;
}
div.h3 {
    font-weight: bold;
    color: #000000;
}
#navigation {
    float:left;
    background-color:white;
    opacity: 0.5;
    height:100%;
    border-style: inset;
    border-color:black;
    width: 260px;
    overflow-y:scroll;
    overflow-x:hidden;
}
.direct {
    border-style:solid;
    border-color:black;
}

























