.banner-title {
	letter-spacing: 8px !important;
	font-size: 53px !important;
}

.span-cor {
	color: white;
}

.span-y {
	color: #00a14f;
}


html::-webkit-scrollbar {
	width: 0.5em;
}

html::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(138, 138, 138, 0.3);
}

html::-webkit-scrollbar-thumb {
	background-color: #00a14f;
	outline: 1px solid black;
}