#content{
  position: absolute;
  padding-bottom: 60px;
}

.bubble {
   max-width: 45%;
   margin: 2%;
   padding: 15px 20px;
   clear: both;
}

.chat-left {
   background-color: lightgreen;
   float: left;
   font-family: arial;
   border-radius: 30% 30% 30% 0%;
}

.chat-right {
   background-color: #00205B;
   color: white;
   float: right;
   font-family: arial;
   border-radius: 30% 30% 0% 30%;
}

.image {
  max-width: 95%; 
  border-radius: 15% 15% 15% 15%;
}