body {
background: #010101;  
}
.timestampl {
  color: #5f5f5f;
  float: left;
}
.timestampr {
  color: #5f5f5f;
  float: right;
}
.lefttext {
  color: white;
  font-size: 20px;
  background: #454545;
  float: left;
  border-radius: 1em;
  max-width: 300px;
  margin: 1em;
  padding: 1px 10px;
  clear: both;
}
#potato {
  border-radius: 1em;
  max-width: 500px;
}
.potato {
    clear: both;
}
.righttext {
  color: white;
  font-size: 20px;
  background: #009077;
  float: right;
  border-radius: 1em;
  max-width: 300px;
  margin: 1em;
  padding: 10px 10px;
  clear: both;
}
#emoji {
max-width: 30px;
}