#test1 img{
	border-radius: 50%;
	width:200px;
	display:block;
	margin:auto;
}

#test1{
}


#test1test p{
	margin-top:25px;
	color:white;
	background-color: rgba(140,140,140,0.5);
	font-size:1.5em;
	padding:20px;
	border-radius: 25px;
}

#test1test{
}


#test2 img{
	border-radius: 50%;
	width:200px;
	display:block;
	margin:auto;
}

#test2 img{
	object-fit:cover;	
}

#test2test p{
	margin-top:25px;
	color:white;
	padding:20px;
	border-radius: 25px;
	background-color: rgba(140,140,140,0.5);
	font-size:1.5em;
}

#test2test{
}

#row2{
	margin-bottom:25px;
}
#row3{
	margin-bottom:25px;
}

#content2{
	text-align: center;
	padding-top:5%;
	color: white;
}