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

.person-one {
  background-color:#4169E1;
  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:#3CB371;
  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%;
}

