*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Nunito", serif;
}

:root {
  --titulo_color: #292b2e;
}

.constructor{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.constructor h2{
	font-size: 2em;
	color: var(--titulo_color);
}