div {
		text-align:center;
		margin:60px auto;
		width:700px;
		position: relative; 
		
		}
		
img {
		width: 600px;
		border-top:15px solid red;
		border-right:15px solid white;
		border-bottom:15px solid blue;
		border-left:15px solid lightgray;
		border-radius:400px;
		padding: 15px;
		
		
		}
		
p {
		height:300px;
		width:300px;
		background-color:blue;
		border:2px solid lightgray;
		border-radius:300px;
		color:white;
		font-size:40pt;
		font-family:Arial;
		box-shadow:4px 4px 4px gray;
		line-height: 300px;
		position: absolute; 
		top:150px;
		right:-50px;
		
		}	