html, body{
	width: 100%;
	height:100%;
	font-family: 'Work Sans',sans-serif;
	padding:0;
	margin:0;
	overflow:hidden;
}

button{
	border:none;
	outline:none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}


.bg-custom-yellow {
	background: #fff500;
}

.bg-custom-green{
	background-color: #00ffa3;
}

.bg-custom-gray{
	background-color: #BDBDBD;
}