body {
	display: grid;
	margin: 0;
	width: calc(100vw - 100px);
	height: 100vh;
	object-fit: contain;
	font-family: 'Fira Sans', sans-serif;
	background: url(../images/parque.jpg) no-repeat;
	background-size: contain;
	background-position: center, center;

}

.grid-container {
  display: grid;
}

.Text-area { 
	grid-area: Text-area;
	justify-content: center;
	justify-items: center;
	display: grid;
	background-color: #ffffff61;
	height: 277px;
	opacity: 0.9px;
}
.Text-area h2{
	margin: 0;

}

.button { 
	display: grid;
	justify-content: center;
	align-content: center;
	width: 100vw;
}

button {
	width: 230px;
	height: 57px;
	border-radius: 23px;
	background-color: #ffffff;
}

button > a {
	font-size: 21px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}