body,
html {
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
	background-color: #F8EEDF;
	color: #45562C;

	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;

	display: flex;
	justify-content: center;
	align-items: center;
	height: 100svh;
	width: 100%;

	letter-spacing: 1.2px;

	text-align: center;
	overflow: hidden;
}

section {
	padding: 30px;
}
