

#containmsg{
    padding: 0;
    display:flex;    
}

#elements{
    
    margin: 0;
    margin-right: 10px;
    padding: 0;
}

#msg{
    max-width: 70%;
    display: inline-flex;
    opacity: 1;
    padding-left: 15px;
    border-radius:15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.325);
}

.oth{
    align-content: center;
    justify-content: flex-start;
}

.env{
    justify-content: flex-end;
}

#containmsg{
    padding: 2px;
}

#msg p{
    margin-bottom: 5px;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#msg :first-child{
    font-weight: 500;
    color: #2557ac;
}

#msg :last-child{
    margin: 0;
    border: 0;
    display: inline-flex;
}

#date{
    align-items: flex-end;
    color: #5197b3;
    min-width:max-content;
    font-size: 12px;
}

#body{
    color: white;
}

.bodycont{
    text-align: left;
    word-break: break-word;
}

.env div div p{
    display: none;
}
 
.oth div{
    background-color: #202C33;
}

.env div{
    background-color: #005C4B;
}