#chat{
  border-bottom: solid 5px white
}
#body{
  
}
img{
  border-radius: 50%;
  width: 50px;
  height: 50px
}
#msg{
  display:flex;
padding: 5px;

}
p{
  padding-top:0 ;
  margin-left: 0;
  padding-left: 0
}
#text{
  display: inline-flex;
  flex-direction: column
}