<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.div1,button{
	box-shadow: 0px  0px 0px #559CC6,0px 
	0px 100px #559CC6 inset;
	border: 2px solid #559CC6;
	border-radius: 50px 50px ;
	height: 100px;
	width: 160px;
    align:center;
	margin:30px 20px 5px  125px;
	cursor: pointer;
	}
button:hover{
	box-shadow: 0 0 1000px #559CC6;
	background-color:#559CC6;
height: 110px;
	width: 180px;
	transition:all 1s;
}
.img:hover{
	box-shadow: 0 0 1000px #fffffff;
	background-color:#ffffff;
	border-radius: 100px;
height: 210px;
	width: 210px;
	transition:all 1s;
	
}
.div3,button{
	box-shadow: 0px  0px 0px #559CC6,0px 0px 100px #559CC6 inset;
	border: 2px solid #559CC6;
	border-radius: 50px 50px ;
	height: 100px;
	width: 160px;
    align:center;
	margin:30px 20px 5px  125px;
	cursor: pointer;
}
.div2,.img{
	box-shadow: 1px  1px 110px #FFFFFF,10px 10px 50px #000000 inset;
	border: 2px solid #BFBFBF;
	border-radius: 30px ;
	height: 200px;
	width: 200px;
    align:center;
	margin: 0px 10px 0px 90px;	

}
.div5,buttom{
	background:radial-gradient(#ffffff);
	box-shadow: 0px  0px 10px #ffffff,10px 
	0px 100px #ffffff inset;
	position: fixed;
	border-radius: 50px 50px ;
	height: 60px;
	width: 130px;
    align:center;
	margin:25px 10px 50px  15px;
	cursor: pointer;
	}
.img{
	box-shadow: 0px  0px 0px #ffffff,0px 
	0px 100px #ffffff inset;
	border: 2px solid #559CC6;
	border-radius: 50px ;
	
	
	}
.img:hover{
	box-shadow: 0 0 1000px #ffffff;
	background-color:#F3D56E;
height: 180px;
	width: 180px;
	transition:all 1s;
}
buttom:hover{
	box-shadow: 0 0 1000px #ffffff;
		box-shadow: 0px  0px 0px #fff,0px 0px 100px #fff inset;
	border: 2px solid #fff;
	background:radial-gradient(#b1b1b1 90%,#4e4e4e);
height: 60px;
	width: 130px;
	transition:all 1s;
}
.t:hover{
	
	
	
}


.header{
	box-shadow: 1px  1px 30px #FFFFFF,1px 1px 20px #FFFFFF inset;

	border-radius: 60px;

    align:center;
	margin: 0px 10px 0px 15px;	
}
ul{ border-radius: 50px;
	text-align: center;
	list-style-type: none;
	margin: 170px;
	margin-left: 400px;
	padding: 0;
	margin-top: 200px;
	padding-left: 20px;
	background-color: #A7B5C2;
	overflow: hidden;
	position:absolute;
	top: 0;
	width: 455px;
	height: 30px;
}
li{ border: #797979 solid;
	float: left;	
	text-align: center;
}
li a {
	text-decoration: none;
	color: black;
	padding: 15px;
	
}	
li a:hover{
	
	background-color: #808080;
	
}
	
</pre></body></html>