#topButton {
    border-radius: 50%!important;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 4rem;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: var(--bh-primary);
	color: white;
	cursor: pointer;
	padding: 15px;
}
