.overflow-hidden {
    overflow: hidden !important;
}

hr {
    color: #ececec;
}

#scrollLogo {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 150px;
	display: none; /* Hidden by default */
	transition: opacity 0.3s ease;
	z-index: 999;
}