body, html {

font-family: sans-serif;

}



h1 {

	background-color: green;
	justify-content: center;
	text-align: center;
	color: white;
	
}


a {

color: purple;
font-family: sans-serif;
font-size: 40px;

}





.page {

	display: grid;
	height: 100%;
	width: 100%;
	grid-template-columns: 30rem 1fr;
	grid-template-rows: 15rem 1fr;

}

header,  article {


	color: black;
	display: flex;
	justify-content: center;
	align-items: center;

}

header {

	grid-column: 1/3;
	background-color: white;
	position: sticky;
	top: 0px;
	


}

.navegador{

	background-color: white;
}


p {
	font-family: cursive;
	justify-content: center;
}

.principal {

	background-color:  white;
}

.marcos {

	background-color: white;
}


.pilin {

	font-size: 8px
}


.xdddd{

	background-color: red;
}


.huan {

	background-color: blue;
}

.blanco {


	color: white;
}




.w {

	background-color:  orange;
}


.mor {
	background-color: purple;
}


.vel {

	background-color: green;
}