.bubble { max-width: 45%;margin:2%; padding: 20px 40px;clear: both;}
.chat-left { background: green;float:left;border-radius: 30% 30% 30% 0%;}
.chat-right {background-color:blue;float:right;border-radius:30% 30% 30% 0%;}
.image{max-width: 95%;}
.chat-img  {
	max-width: 100px;
   left: 0;
  border: 5px solid black;
}
p{color:white}
#content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  padding-bottom: 10%;
  font-family:Merriweather Regular , sans-serif;
  font-weight: bold;
}

.person-one {
  background-color: #4ccc45;
  max-width: 45%;
  margin: 2%;
  float: left;
  clear: both;
}
.person-one.text {
	border-radius: 30% 30% 30% 0%;
  padding: 10px 25px;
}

.person-one.image {
  border-radius: 15% 15% 15% 0%;
}

.person-two {
  background-color: #92A6F6;
  max-width: 45%;
  margin: 2%;
  padding: 0px 20px;
  float: right;
  clear: both;
}

.person-two.text {
	border-radius: 45% 45% 0% 45%;
  padding: 10px 20px;
}

.person-two.image {
  border-radius: 15% 15% 0% 15%;
}

