.top{
	z-index:10000;
	position:fixed;
	right:3%;
	top:90%;
	cursor:pointer;
	text-align:center;
	font-size:2em;
	color:#FFFFFF;
	background-color:#262626;
	border-radius:100%;
	width:50px;
	height:50px;
	
	}
	
.top:hover{
	background-color:#0085B5;	
	}