.bubble {
   max-width: 50%; 
   margin: 5%;
   padding: 15px 20px;
  clear: both;
  font-family: winky-sans, sans-serif;
}

.chat-left {
   background-color: lightgreen;
   border-radius: 40% 40% 40% 0%;
   float: left;
  clear: both;
}

.chat-right {
   background-color: lightblue;
   border-radius: 40% 40% 40% 0%;
   float: right;
  clear: both;
}
.image {
 max-width: 90%; 
}
.chat-right-bubble-image{
  max-width:90%;
    float: right;
}
#content {
  padding: 2rem;
  position: absolute;
  top: 5;
  left: 5;
  background-color: #e9ecf2;
  width: 100%;
  padding-bottom: 15%;
  font-family: Winky-Sans, sans-serif;
}

.person-one {
  background-color: #2AE655;
  max-width: 50%;
  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: #3C97FF;
  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%;
}

.image img {
	max-width: 85%;
  border-radius: 15% 15% 15% 15%;
  margin: 5%;
}

