#scrollUpBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #e3ba59;
	color: white;
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 30px;
}

#scrollUpBtn:hover {
	background-color: #0056b3;
}
