.back{
    background-image:url(../img/wall.png);
    padding:100px;
    height:937px;
}
.place{
    background-color:white;
    border-radius:15px;
    margin-top:50px;
    padding:50px;


}
@media (max-width: 800px){
    .back{
    padding:1px;
    }

}

/* Highlighted user messages (bMsg) */
.bmsg{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:12px 14px;
    border-radius:10px;
    border:1px solid rgba(0,0,0,.12);
    box-shadow:0 2px 10px rgba(0,0,0,.06);
    font-size:14px;
    line-height:1.35;
}
.bmsg-icon{
    width:22px;
    height:22px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    flex:0 0 auto;
}
.bmsg-text{ flex:1 1 auto; }
.bmsg-warning{
    background:#fff8e1;
    border-color:#ffe0b2;
    color:#6b4e00;
}
.bmsg-warning .bmsg-icon{
    background:#ffb300;
    color:#fff;
}