	html, body {
		margin: 0;
		padding: 0;
		overflow: hidden; /* Remove rolagem do site principal */
		height: 100%;
	}
	
	#site {
		width: 100vw;
		height: 100vh;
		border: none;
		overflow: hidden;
  }