body {
	font-family: "Jost", "Arial";
	font-weight: 400;
	padding-top: 1rem;
	scroll-behavior: smooth;
}

html,
body {
	margin: 0;
	display: flex;
	flex-direction: column;
}
