html, body{
	background-image: linear-gradient( 45deg, var(--color-green),  var(--color-white));
	background-size: cover;
	min-height: 100vh;
}

main h2{
	margin: 0px;
	margin-top: 20px;
	font-weight: 400;
	font-size: 2.5em;
	color: var(--color-green-dark);
	text-align: center;
}

strong{
	font-weight: 900;
}

main .text h3, main .text h4{
	font-weight: 900;
	color: var(--color-green-dark);
}

main .text p{
	line-height: 1.6em;
	text-align: justify;
}

main .text .text-left{
	text-align: left;
}

main .boxed{
	max-width: 900px;
}

main .text .tab{
	display: inline-table;
	width: 30px;
}