.avatar-initial {
	background: #5257CE;
	color: #eeeeee;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 2.1rem;
	margin:0 auto;
}