img { 
    size: 30px;
	border: 5px 10px 10px gray;
}

.paris {
     width: 300px;
	 height: 300px;
	 border-radius: 50%;
	 position: relative;
	 margin-bottom: 200px;
     margin-top: -500px;
     margin-left: 1000px;
	 background-color: blue;
     box-shadow: 5px 5px 5px 5px gray;
}

div{
	 text-align: center;
	 font-size: 80px;
	 color: white;
	 line-height: 350%;
	 
}
