.index{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: blueviolet;
}
.body{
	justify-content: center;
	display: flex;
	align-items: center;
	background-color: rgb(207, 197, 197);
}
.photo{
 height: 400px;
 border-radius: 20px;
}