body {
	font-family: 'Lato',Inter, sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}
a{
	color:rgba(0, 128, 96, 1);
	transition: color 0.2s ease-out;
	text-decoration: none;
}
a:hover{
	color:#5B86A3;
	text-decoration: underline;
}
h1{
	background-color:rgba(0, 128, 96, 1);
	padding: 0.2em 0.5em;
	color:white;
	display: inline-block;
	margin: 0.5em -0.5em 0 -0.5em;
}
h2{
	font-size: 14px;
	margin-bottom: 2em;
}
p{
	font-size: 20px;
}
.center{
	display:flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.block{
	max-width: 360px;
	max-height: 200px;
}
