*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #34BCAA;
}
header {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.container {
	background: url('../img/2en-construccion.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	max-width: 65em;
	height: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	}













