.main {
    overflow:hidden;
}
.side-scroller {
    display:flex;
    overflow-x: scroll;
    
}
#side-scroller-internal {
    display:flex;
    height:100vh;
}
.scroller {
    max-height:90%;
    overflow-y: auto;
    display:flex;
    flex-direction: column;
    /* align-items: center; */
    background-color: #25252a;
    border-radius: 5px;
}
.innercontainer {
    width : 500px;
    margin:20px;
}
.pasta-title {
    color: white;
    text-align: center;
    font-family: sans-serif;
}
.innercontainer div {
    color:white;
    font-family: sans-serif;
}
.message {
    display:flex;
    flex-flow: row;
    margin: 0 20px;
    margin-top: 20px;
    background-color: #323339;
    padding-top:10px;
    border-radius: 10px;
}

.username {
    font-weight: bold;
    margin-top:5px;
}
.avi {
    width:48px;
    border-radius: 100%;
    margin: 0px 10px 0 10px;
}
.messageContent {
    /* margin: 0 20px 0 0; */
    margin-top: 0px;
    padding:10px;
    padding-top:5px;
    padding-left:5px;
    padding-bottom: 15px;
    display:flex;
    flex-direction: column;
    /* align-items: center; */
    /* background-color: #323339; */

}
.message:last-child {
    margin-bottom:20px;
}
.messageImg {
    width: 90%;
    padding:auto
}