ul{
	background-color: orange;
	
}
ul li{
	background-color: yellow;
	display: inline-block;
	padding: 5px;
}
ul li:hover{
	background-color: lightblue;
	transition: 1s;
}



.circle-img{
height: 150px;
width: 150px;
border-radius: 50%;
object-fit:cover;
position: absolute;
top: 0;
left: 0;
margin : 0px;
}
.a{
	height: 150px;
	width: 150px;
	border-radius: 50%;
	object-fit: cover;
	position: abolute;
	top: 0;
	right: 0;
	margin: 0px;
}
body{
	background-color: skyblue;
	color: black;
	font-size: 25px;
	text-align: center;
	padding: 18px;
}

