body{
	margin: 0 auto;
}

.contenedor{
	display: flex;
	/* margin:0 auto;*/
	/* background-color:#dfdfdf;*/
	background-color:#d2e6fe;
	text-align:center;
	height: 100vh;
	align-items:center;
	justify-content:center;
}

.logo{
	height:80vh;
}