@charset "utf-8";
/* CSS Document */

.about {
    background-color: rgba(236,216,133,0.65);
    padding-top: 25px;
    padding-right: 40px;
    padding-bottom: 25px;
    padding-left: 40px;
    border-radius: 40px;
    -webkit-box-shadow: inset 3px 3px 10px rgba(75,42,10,1.00);
    box-shadow: inset 3px 3px 10px rgba(75,42,10,1.00);
}
.cafe {
    border: thin solid rgba(135,85,3,1.00);
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    margin-right: 7%;
    margin-left: 7%;
    clear: left;
}
.cafeImg {
    float: left;
    border: 10px solid rgba(255,255,255,1.00);
    margin-right: 50px;
}
.title {
    text-align: center;
    background-color: rgba(45,35,24,1.00);
}
.topMenu {
    background-color: rgba(209,198,178,1.00);
    width: 50px;
    height: 50px;
    position: fixed;
    top: 100px;
    right: 100px;
}
