@media only screen and (max-width: 800px) {
  .message.sender,
  .message.receiver {
    width: 100%;
    margin-bottom: 20px;
  }
}
