#gototop {
	position: fixed;
	bottom:10px;
	left: 45%;
	max-height:30px;
	width: 140px;
	background-color:  rgba(250, 250,255,0.8);
	color: rgba(255, 0,0,0.8);
	border: 1px solid rgba(0,0,255,0.8);
}
#gototop:hover {
	background-color:  rgba(250, 00,0,1);
	color: rgba(255,255,255,0.8);
	transform: scale(1.25);
	cursor: default;
}