body{
	margin: 0;
}
			
article{
	margin: 100px auto;
	width: 700px;
	text-align: center;
}
			
img{
	width: 500px;
	position: relative;
	padding: 15px;
	border: 15px solid white;
	border-top-color: red;
	border-left-color: #cecece;
	border-bottom-color: blue;
	border-radius: 290px;
}
			
div{
	margin: -320px 490px;
	width: 220px;
	height: 220px;
	border: 2px solid white;
	box-shadow: 2px 2px 11px gray;
	background: blue;
	color: white;
	position: relative;
	font-family: sans-serif;
	font-size: 60px;
	border-radius: 290px;
}