*{
	padding: 0;
	margin: 0;
	font-family: 'Cardo', serif;
}
.backImg{
	width: 100%;
	height:100vh;
	background-image:url('back.jpg');
	background-size: cover;
	display: flex;
	align-items: center;
	
	justify-content: center;
	text-align: center;
	color:white;
}
.profile
{
 	width:400px;
 	background-color: rgba(0,0,0,0.3);
 	padding:50px 0;
 	border-radius: 10%
}
img
{
	height: 250px;
	width: 190px;
	border-radius:70%;
}
.profileText h2{
	font-size: 2em;
	font-weight: 500;
	margin-bottom:10px;
}
.profileText h3{
	font-size: 1.4em;
	font-weight: 500;
	margin-bottom:10px;
}
i{
	color:white;
}