#scrollButton {
	width: 50px;
	height: 50px;
	display: none;
	position: fixed;
	justify-content: center;
	align-items: center;
	bottom: 30px;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 99;
	font-size: 25px;
	border: none;
	border-radius: 10px;
	outline: none;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
	background-color: RGB(255,100,20);
	color: RGB(255,255,255);
}

#scrollButton:hover {
	background-color: RGB(255,100,20);
	box-shadow: 0 0 25px RGB(255,100,20);
}

#scroll-icon {
	font-size: 24px;
	color: RGB(255,100,20);
	background-color: RGB(255,255,255);
	margin: 0;
	padding: 5px;
	border-radius: 5px;
}