html {
	scroll-behavior: smooth;
}

body{
	overflow-x: hidden; 
}

/* width */
::-webkit-scrollbar {
	width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f8f8f8;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.uk-subnav-pill>.uk-active>a{
	font-size: xx-large !important;
}