:root {
	--dark: #000;
	--verde: #1de9b6;
}


* {
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: "Poppins" sans-serif;
	box-sizing: border-box;
}

