*{
	margin: 0;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: Jost, Arial, sans-serif;
	line-height: 1.51;
	color: #065F46;
}
a{
	color: #064E3B;
	text-decoration: underline;
}
img{
	max-width: 100%;
	height: auto;
	border: 0;
}
