#content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #808080;
  width: 100%;
  padding-bottom: 15%;
  color: #ffffff;
  font-family: Teachers;
  font-weight: bold;
  font-size: 1.10em;
}

.person-one {
  background-color:#0000CD;
  max-width: 45%;
  margin: 2%;
  float: left;
  clear: both;
}

.person-one.text {
	border-radius: 35% 35% 35% 35%;
  padding: 15px 15px;
}

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

.person-two {
  background-color:#008000;
  max-width: 45%;
  margin: 3%;
  padding: 15px 15px;
  float: right;
  clear: both;
}

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

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

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

