@import url('https://fonts.googleapis.com/css?family=Poppins');
body{
	margin: 0;
	padding: 0;
	background: #f7d164;
	font-family: 'Poppins';
	text-align: center;
}
.banner{
	width: 90%;
	max-width: 900px;
	margin: 100px auto 0;
	position: relative;
	display: inline-block;
	padding: 40px 0;
}
.contact{
	background: #ea604b;
	color: #fff;
	position: absolute;
	white-space: nowrap;
	padding: 20px;
	line-height: 8px;
	top: 0;
	left: 0;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
.presentation{
	width: 80%;
	margin: 0 auto;
	background: #fff;
	padding: 70px 30px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	color: #7C7C7C;
}
.avatar{
	position: absolute;
	background: #fff;
	background-image:url(avatar.png);
	width: 20%;
	bottom: -100px;
	right: 0;
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center bottom -2px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
.avatar:after{
	content:"";
	display: block;
	padding-bottom: 100%;
}