html, body {
	margin: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;  /* Centra horizontalmente */
	align-items: center;  /* Centra verticalmente */
	width: 100vw;  
	height: 100vh;
}
