.q {
    font-family: "quasimoda", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body, html {
    font-family: "quasimoda", sans-serif;
    font-weight: 300;
    font-style: normal;
    background:#182028;
    margin:0;
    padding:0;
    color:#f0efef;
    box-sizing:border-box;
}

.container {
    width:100%;
    max-width:600px;
    margin:auto;
    padding:15px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
    box-sizing:border-box;
}

.qrlogo {
    width:100%;
    max-width:200px;
margin-bottom:25px;
}
.qr_logo > a {
    width:100%;
}
.qrlogo > a > img {
    width:100%;
}

.listing_city {
    font-weight:bold;
    margin-bottom:10px;
    font-size:24px;
}
.listing_item {
    margin-bottom:14px;
}
.listing_name {
    margin-bottom:4px;
}
.listing_group {
    margin-bottom:20px;
}
.add_review {
    background:#f0efef;
    color:#182028;
    padding:8px 12px 8px 12px;
    display:inline-block;
    border-radius:2px;
}

.listing_wrap {
    display:flex;
    flex-direction:column;
    width:100%;
    justify-content: flex-start;
}

.para {
    margin-bottom:25px;
}