.contenedor{
	width: 100;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contenedor img{
	width: 100%;
	max-width: 450px; 
	display: block;
}

