.image{
  width:100%;
  max-width:10em;
}
#content{
  font-family: "Nunito Sans", sans-serif;
  font-size:1.5em;
  top:0;
  left:0;
  position:absolute;
  background-color: lightblue;
  width: 100%;
}
.box{
  max-width:45%;
  margin: 2%;
  padding:20px 30px;
  clear:both;
}
.left-item{
  float:left;
  color:white;
  background-color:rebeccapurple;
  border-radius:30% 50% 20% 0%;
  border:black solid;
}
.left-item img{
  
  border-radius:30% 40% 20% 0%;
}

.right-item{
  float:right;
  color:white;
  background-color:Maroon;
  border-radius:30% 50% 0% 20%;
  border:black solid;
}
.right-item img{
  border-radius:30% 40% 0% 20%;
}