.avatar {
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -20px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	z-index: 9;
	background: #60c7c1;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.avatar img {
	width: 100%;
}