body {
 background : #F2F0EF;
}

#profile {
	max-width: fit-content;
	max-height: fit-content;
  margin-left: auto;
  margin-right: auto;
}

#profile-pic {
	width : 300px;
	height : 300px;
	border-radius : 1000px;
	object-fit : cover;
	object-position : 20% 20%;
}

#hero-text {
	text-align : center;
  font-size : 1.5rem;
}
#hero-text p {
	font-size : 1.25rem;
	max-width : 600px;
	max-height: fit-content;
  margin-left: auto;
  margin-right: auto;
}

