body{
	margin: 0;
	padding: 0;
	/* display: flex;
	justify-content: center;
	align-items: center; */
	min-height: 100vh;
	/* min-width: 1000px; */
	font-family: 'Jost', sans-serif;
	/* background: linear-gradient(to bottom, #92c0eb, #c9bb3f); */
	background: #C2CAD0;
	overflow-x: hidden; /* make the page do not show off scroll bars when shrink */
}
