

#content{position:absolute;
top: 0;
left: 0;
background-color: #58bde8;
width: 100%;
padding-bottom: 100%;
font-family: lato, sans-serif;
font-weight :bold;
}
.person1-txt
	{border-radius:30% 30% 30em 10%;
    padding: 5px 25px;
    background-color:orange;}
.person2-txt{float:right;
padding: 3px 30px;
background-color:green}

.person1-pic img{width:40%;
border-radius:15% 15% 15% 15%;
  max-width:85%;
  margin:5%;
}
.person2-pic img{ width:40%;
  max-width:85%;
  margin:9%;
border-radius:15% 15% 15% 15%;
}
