body,html{
	margin: 0;
	padding: 0;
	font-family: 'Work Sans', sans-serif;
}
*{
	box-sizing: border-box;
}
a{
	text-decoration: none;
}