
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap');

*
{
	padding:0;
	margin:0;
	box-sizing:border-box;
}

body, form *, input, button
{
	color:#ffffff;
	font-family:"Oxygen", sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:160%;
}

body
{
}

h1,h2,h3,h4,h5
{
	line-height:100%;
	margin:0 0 10px 0;
}

span.green
{
	color:#7DB765;
}
